diff --git a/CHANGELOG.md b/CHANGELOG.md index bcdbf9c5a7..04e49ec717 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.205.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.204.0...v1.205.0) (2024-11-05) + +### Features + +- enable global filter to all dashboard ([c05984d](https://github.com/bcgov/CONN-CCBC-portal/commit/c05984d56bcf7d26251cf9b79d3be10627aba43c)) + # [1.204.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.203.4...v1.204.0) (2024-11-05) ### Features diff --git a/db/sqitch.plan b/db/sqitch.plan index 4700f58212..3183546833 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -723,3 +723,4 @@ tables/application_form_template_9_data 2024-09-25T22:50:17Z Rafael Solorzano <6 mutations/archive_application_sow [mutations/archive_application_sow@1.201.0] 2024-10-24T19:57:11Z Anthony Bushara # Add application ID to prevent archiving other applications grant_read_access_to_service_account 2024-10-04T18:45:20Z Anthony Bushara # Add read access to service account @1.204.0 2024-11-05T20:41:06Z CCBC Service Account # release v1.204.0 +@1.205.0 2024-11-05T20:57:02Z CCBC Service Account # release v1.205.0 diff --git a/package.json b/package.json index 12d1a16c1e..178c244196 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.204.0", + "version": "1.205.0", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",