diff --git a/CHANGELOG.md b/CHANGELOG.md index d7bf037cba..1bae8d4ae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.223.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.222.0...v1.223.0) (2025-01-14) + +### Features + +- add history table to GIS coverage ([f299355](https://github.com/bcgov/CONN-CCBC-portal/commit/f2993558ba8f215f89c03c9f031e0c7ed4eb4329)) + # [1.222.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.221.4...v1.222.0) (2025-01-10) ### Features diff --git a/db/sqitch.plan b/db/sqitch.plan index 306faea892..0b3b1e40c7 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -779,3 +779,4 @@ mutations/create_assessment_form [mutations/create_assessment_form@1.217.0] 2024 @1.221.3 2025-01-06T21:34:27Z CCBC Service Account # release v1.221.3 @1.221.4 2025-01-06T22:46:18Z CCBC Service Account # release v1.221.4 @1.222.0 2025-01-10T16:34:19Z CCBC Service Account # release v1.222.0 +@1.223.0 2025-01-14T21:14:14Z CCBC Service Account # release v1.223.0 diff --git a/package.json b/package.json index 5ecc334ff9..b0499ced00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.222.0", + "version": "1.223.0", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",