diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fc6cb509f..4fa77fc09a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.179.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.178.0...v1.179.0) (2024-07-29) + +### Features + +- allow cbc and ccbc admin roles to be combined ([83e91ac](https://github.com/bcgov/CONN-CCBC-portal/commit/83e91ac1c34a603ace45dd307c4bad306c55b3b5)) + # [1.178.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.177.1...v1.178.0) (2024-07-26) ### Features diff --git a/db/sqitch.plan b/db/sqitch.plan index 0fb062dc48..88d88ecbab 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -623,3 +623,4 @@ tables/reporting_gcpe 2024-06-10T18:04:18Z Rafael Solorzano <61289255+rafasdc@us @1.178.0 2024-07-26T21:54:02Z CCBC Service Account # release v1.178.0 create_roles [create_roles@1.171.0] 2024-07-17T20:40:52Z Rafael Solorzano <61289255+rafasdc@users.noreply.github.com> # create super_admin role grant_super_admin 2024-07-17T20:43:20Z Rafael Solorzano <61289255+rafasdc@users.noreply.github.com> # grants analyst, ccbc and cbc admin to super_user role +@1.179.0 2024-07-29T16:16:57Z CCBC Service Account # release v1.179.0 diff --git a/package.json b/package.json index cee7de16b5..f0082c8d87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.178.0", + "version": "1.179.0", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",