diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c9a1dc3ee..d4a979d89b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.166.1](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.166.0...v1.166.1) (2024-06-24) + +### Bug Fixes + +- ccbc-prepare-download ([3a07b5d](https://github.com/bcgov/CONN-CCBC-portal/commit/3a07b5df9904add245a1112a5a2ec6af43fe2e25)) +- comma on filename extension on download ([69a5786](https://github.com/bcgov/CONN-CCBC-portal/commit/69a5786902fe33d298fd159eaa446b13b3561016)) +- feature db name to match release name ([2cc62df](https://github.com/bcgov/CONN-CCBC-portal/commit/2cc62dff4c52cb0b1adea17d3074c4da640d8912)) +- use shortened feature name for helm and route ([b8b6dfd](https://github.com/bcgov/CONN-CCBC-portal/commit/b8b6dfdbb1f80aac1c0ade0b685f6bcf78df60f9)) + # [1.166.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.165.0...v1.166.0) (2024-06-18) ### Bug Fixes diff --git a/db/sqitch.plan b/db/sqitch.plan index 2ef37c9e13..8c85bb0395 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -580,3 +580,4 @@ tables/cbc_data_001_permissions 2024-05-10T15:14:19Z Anthony Bushara # Table to track change request reasons when updating cbc data @1.165.0 2024-06-06T17:35:38Z CCBC Service Account # release v1.165.0 @1.166.0 2024-06-18T17:34:45Z CCBC Service Account # release v1.166.0 +@1.166.1 2024-06-24T22:31:57Z CCBC Service Account # release v1.166.1 diff --git a/package.json b/package.json index a945475fb9..b5fed67d01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.166.0", + "version": "1.166.1", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",