diff --git a/CHANGELOG.md b/CHANGELOG.md index fd41710e50..68f3882ee8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.197.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.195.4...v1.197.0) (2024-10-04) + +### Bug Fixes + +- autocomplete community source widget ([a2ec9bf](https://github.com/bcgov/CONN-CCBC-portal/commit/a2ec9bfc9b4c9bed4297a72e19e8ebef9572c9e4)) +- duplicates on geoname dropdown ([6846d0d](https://github.com/bcgov/CONN-CCBC-portal/commit/6846d0dc8ad9f6b847ba8ec1ac29054d074df561)) + +### Features + +- add application coverages upload ([c64d643](https://github.com/bcgov/CONN-CCBC-portal/commit/c64d6439dd36700146d22eb78916c40f79380283)) +- add er and rd to ccbc summary page ([af28ffb](https://github.com/bcgov/CONN-CCBC-portal/commit/af28ffb152d61c0e30a364ca7fc3057dfd7f5056)) +- add success and failure toasts ([dcf1bd2](https://github.com/bcgov/CONN-CCBC-portal/commit/dcf1bd2f480e64b29073656661317049e6d80910)) +- ccbc er rd job ([af09e2f](https://github.com/bcgov/CONN-CCBC-portal/commit/af09e2ff471c46d85003f7ff3df5ab52f60a3b97)) + # [1.196.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.195.4...v1.196.0) (2024-10-04) ### Features diff --git a/db/sqitch.plan b/db/sqitch.plan index 688e9ff550..6deb2dbb5f 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -699,3 +699,4 @@ computed_columns/cbc_history 2024-09-03T15:16:07Z Anthony Bushara # create application economic regions table tables/application_rd 2024-09-11T18:21:13Z Rafael Solorzano <61289255+rafasdc@users.noreply.github.com> # create application regional district table @1.196.0 2024-10-04T16:31:01Z CCBC Service Account # release v1.196.0 +@1.197.0 2024-10-04T21:12:28Z CCBC Service Account # release v1.197.0 diff --git a/package.json b/package.json index 6689d791ce..c2945e8691 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.196.0", + "version": "1.197.0", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",