diff --git a/CHANGELOG.md b/CHANGELOG.md index 522f761ca1..b0cf7f6ab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.229.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.228.0...v1.229.0) (2025-01-28) + +### Features + +- claims importer more flexible and handle new claims sheet ([a654ebd](https://github.com/bcgov/CONN-CCBC-portal/commit/a654ebd8a3b2c001df7c1e11ec43e93c0b184c07)) + # [1.228.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.227.0...v1.228.0) (2025-01-28) ### Features diff --git a/db/sqitch.plan b/db/sqitch.plan index 53b2ba732a..65b2f4ca1c 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -789,3 +789,4 @@ tables/intake_users 2025-01-23T20:58:14Z Rafael Solorzano <61289255+rafasdc@user @1.227.0 2025-01-27T22:44:59Z CCBC Service Account # release v1.227.0 computed_columns/application_history [computed_columns/application_history@1.218.3] 2025-01-03T04:14:09Z ,,, # combine locations history to ccbc history @1.228.0 2025-01-28T18:53:08Z CCBC Service Account # release v1.228.0 +@1.229.0 2025-01-28T23:58:35Z CCBC Service Account # release v1.229.0 diff --git a/package.json b/package.json index 417759dee4..4b55ce0fb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.228.0", + "version": "1.229.0", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",