diff --git a/CHANGELOG.md b/CHANGELOG.md index ecf41fce8e..a95cabcebd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.214.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.213.4...v1.214.0) (2024-12-04) + +### Features + +- enable global filter to filter communities ([ef8f11d](https://github.com/bcgov/CONN-CCBC-portal/commit/ef8f11ddb95b1c74ca396bff181577d30732b93e)) + ## [1.213.4](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.213.3...v1.213.4) (2024-12-03) ## [1.213.3](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.213.2...v1.213.3) (2024-11-29) diff --git a/db/sqitch.plan b/db/sqitch.plan index 6320927876..88f8d54858 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -752,3 +752,4 @@ mutations/create_assessment_form [mutations/create_assessment_form@1.204.0] 2024 @1.213.2 2024-11-29T19:45:41Z CCBC Service Account # release v1.213.2 @1.213.3 2024-11-29T22:33:02Z CCBC Service Account # release v1.213.3 @1.213.4 2024-12-03T16:39:29Z CCBC Service Account # release v1.213.4 +@1.214.0 2024-12-04T01:18:22Z CCBC Service Account # release v1.214.0 diff --git a/package.json b/package.json index 2ec24912dc..68f9593b72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.213.4", + "version": "1.214.0", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",