diff --git a/CHANGELOG.md b/CHANGELOG.md index da47e40a39..ef72b92ab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.181.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.180.4...v1.181.0) (2024-08-20) + +### Features + +- edit cbc project number, use current operating name ([341b68f](https://github.com/bcgov/CONN-CCBC-portal/commit/341b68f0876a96cf1526f1985fe7884e51a55c72)) + ## [1.180.4](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.180.3...v1.180.4) (2024-08-19) ### Bug Fixes diff --git a/db/sqitch.plan b/db/sqitch.plan index 9e87900ca2..651fda2a7b 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -635,3 +635,4 @@ computed_columns/application_project_name [computed_columns/application_project_ @1.180.3 2024-08-19T22:12:14Z CCBC Service Account # release v1.180.3 @1.180.4 2024-08-19T22:41:47Z CCBC Service Account # release v1.180.4 tables/cbc_add_fk_update_constraint 2024-07-11T20:32:11Z Rafael Solorzano <61289255+rafasdc@users.noreply.github.com> # add a foreign key update cascade constraint +@1.181.0 2024-08-20T20:20:29Z CCBC Service Account # release v1.181.0 diff --git a/package.json b/package.json index f4411ea2c5..f20572549d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.180.4", + "version": "1.181.0", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",