diff --git a/CHANGELOG.md b/CHANGELOG.md index 754fdfcd28..5d8f36cc2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.175.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.174.0...v1.175.0) (2024-07-19) + +### Features + +- add transport project type to ccbc ([bd6be0f](https://github.com/bcgov/CONN-CCBC-portal/commit/bd6be0fe727e09471f2d54449116d22e8e45dbba)) + # [1.174.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.173.2...v1.174.0) (2024-07-19) ### Features diff --git a/db/sqitch.plan b/db/sqitch.plan index 3cc79d9df0..652ea4e777 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -614,3 +614,4 @@ computed_columns/application_history [computed_columns/application_history@1.163 @1.173.2 2024-07-19T15:08:32Z CCBC Service Account # release v1.173.2 @1.174.0 2024-07-19T21:16:49Z CCBC Service Account # release v1.174.0 tables/application_project_type_001_modify_check_constraint 2024-07-19T20:58:37Z Rafael Solorzano <61289255+rafasdc@users.noreply.github.com> # modify check constraint for project type +@1.175.0 2024-07-19T21:34:53Z CCBC Service Account # release v1.175.0 diff --git a/package.json b/package.json index 062c5c0707..9451c48d43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.174.0", + "version": "1.175.0", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",