diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dac6cc48..21c09ff9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.204.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.203.4...v1.204.0) (2024-11-01) + +### Features + +- milestone cron ([d3a3a81](https://github.com/bcgov/CONN-CCBC-portal/commit/d3a3a818e47aecb3ebb2992a88ff31fc5234976f)) +- send emails for milestone when due in 30 days ([5d046f7](https://github.com/bcgov/CONN-CCBC-portal/commit/5d046f7494f10d41d21d18576eede4d220c79433)) +- service account permissions and get scope in request ([8892a2b](https://github.com/bcgov/CONN-CCBC-portal/commit/8892a2b48ebffff3b7b6e559871f2d59e3c6ddb9)) + ## [1.203.4](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.203.3...v1.203.4) (2024-11-01) ## [1.203.3](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.203.2...v1.203.3) (2024-10-29) diff --git a/db/sqitch.plan b/db/sqitch.plan index 62364840f..325672155 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -722,3 +722,4 @@ tables/application_form_template_9_data 2024-09-25T22:50:17Z Rafael Solorzano <6 @1.203.4 2024-11-01T15:43:03Z CCBC Service Account # release v1.203.4 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-01T16:04:30Z CCBC Service Account # release v1.204.0 diff --git a/package.json b/package.json index 941f9ff57..12d1a16c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.203.4", + "version": "1.204.0", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",