diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ef4c7696..b3f35fd38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.201.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.200.0...v1.201.0) (2024-10-18) + +### Features + +- show template 9 data in summary page ([d9e4580](https://github.com/bcgov/CONN-CCBC-portal/commit/d9e4580a7a17f7cc11ced8fbe3804d19bb0f2629)) +- template 9 data from application and rfi ([ba78a11](https://github.com/bcgov/CONN-CCBC-portal/commit/ba78a11ca6f7c762333ff86f4a6f997960269563)) + # [1.200.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.199.0...v1.200.0) (2024-10-18) ### Features diff --git a/db/sqitch.plan b/db/sqitch.plan index 438750c7a..90d384d8d 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -710,3 +710,4 @@ clean_pre_cut_over_cbc_history 2024-10-15T23:26:47Z ,,, # R @1.199.0 2024-10-18T16:28:05Z CCBC Service Account # release v1.199.0 @1.200.0 2024-10-18T16:44:25Z CCBC Service Account # release v1.200.0 tables/application_form_template_9_data 2024-09-25T22:50:17Z Rafael Solorzano <61289255+rafasdc@users.noreply.github.com> # create table for form template 9 data +@1.201.0 2024-10-18T23:20:23Z CCBC Service Account # release v1.201.0 diff --git a/package.json b/package.json index 424abbeca..195efe81a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.200.0", + "version": "1.201.0", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",