diff --git a/CHANGELOG.md b/CHANGELOG.md index d1080fe400..433fa70cc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.160.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.159.0...v1.160.0) (2024-05-09) + +### Features + +- provide feat env url on Jira ([e0fefae](https://github.com/bcgov/CONN-CCBC-portal/commit/e0fefae7401bbbb1eeecf188708ff490c6636f8d)) +- redirect to requested link after login ([fea00c2](https://github.com/bcgov/CONN-CCBC-portal/commit/fea00c25781a1e77c8d3c82910aa658eb76cdb24)) +- transition issue once approved ([d38a4be](https://github.com/bcgov/CONN-CCBC-portal/commit/d38a4be859c0f93cb70c9d1801fc316577f51b3b)) + # [1.159.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.158.0...v1.159.0) (2024-05-08) ### Bug Fixes diff --git a/db/sqitch.plan b/db/sqitch.plan index 04a76ed240..56722356e0 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -558,3 +558,4 @@ clean_application_status 2024-04-24T23:07:28Z Rafael Solorzano <61289255+rafasdc @1.158.0 2024-05-02T15:58:28Z CCBC Service Account # release v1.158.0 tables/application_status_type_010_closed_to_not_selected 2024-05-01T15:54:58Z Anthony Bushara # Change the description of closed to not selected @1.159.0 2024-05-08T18:59:40Z CCBC Service Account # release v1.159.0 +@1.160.0 2024-05-09T19:58:52Z CCBC Service Account # release v1.160.0 diff --git a/package.json b/package.json index 845ea87d26..f641480974 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.159.0", + "version": "1.160.0", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",