diff --git a/CHANGELOG.md b/CHANGELOG.md index ae07c6078..1e0d82a45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.122.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.121.0...v1.122.0) (2023-10-31) + +### Features + +- idle based on longer of refresh and access token ([fa17a5f](https://github.com/bcgov/CONN-CCBC-portal/commit/fa17a5f7a70dcc4ae38a529e78de05df00038e5e)) + # [1.121.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.120.0...v1.121.0) (2023-10-31) ### Features diff --git a/db/sqitch.plan b/db/sqitch.plan index 59a587c52..e7907027c 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -489,3 +489,4 @@ mutations/update_application_form [mutations/update_application_form@1.114.0] 20 @1.119.0 2023-10-31T19:53:06Z CCBC Service Account # release v1.119.0 @1.120.0 2023-10-31T21:20:21Z CCBC Service Account # release v1.120.0 @1.121.0 2023-10-31T22:33:15Z CCBC Service Account # release v1.121.0 +@1.122.0 2023-10-31T23:33:42Z CCBC Service Account # release v1.122.0 diff --git a/package.json b/package.json index 2e347d85c..9551832b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.121.0", + "version": "1.122.0", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",