diff --git a/CHANGELOG.md b/CHANGELOG.md index 68ae96961..f603454b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.22.4](https://github.com/bcgov/cas-ciip-portal/compare/v2.22.3...v2.22.4) (2023-08-25) + ### [2.22.3](https://github.com/bcgov/cas-ciip-portal/compare/v2.22.2...v2.22.3) (2023-07-14) diff --git a/app/package.json b/app/package.json index bfc805845..c16c1ffab 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "ggircs-industry-ciip-portal", - "version": "2.22.3", + "version": "2.22.4", "description": "The online portal for Industry to apply and track their CIIP applications", "scripts": { "pretest": "npm run build:relay", diff --git a/current_version.txt b/current_version.txt index 1f23e4360..375d91582 100644 --- a/current_version.txt +++ b/current_version.txt @@ -1 +1 @@ -2.22.3 \ No newline at end of file +2.22.4 \ No newline at end of file diff --git a/helm/cas-ciip-portal/Chart.yaml b/helm/cas-ciip-portal/Chart.yaml index 614c0c608..b8c7818e6 100644 --- a/helm/cas-ciip-portal/Chart.yaml +++ b/helm/cas-ciip-portal/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: cas-ciip-portal description: A Helm chart for the CIIP portal type: application -version: 0.3.57 -appVersion: 2.22.3 +version: 0.3.58 +appVersion: 2.22.4 dependencies: - name: cas-postgres version: "0.8.4" diff --git a/schema/sqitch.plan b/schema/sqitch.plan index 5a2750152..7fbf694b7 100644 --- a/schema/sqitch.plan +++ b/schema/sqitch.plan @@ -465,3 +465,4 @@ trigger_functions/run_graphile_worker_job [trigger_functions/run_graphile_worker database_functions/correct_gwp_values 2023-07-13T18:31:01Z Dylan Leard # Function to update gwp values that were set incorrectly data/correct_gwp_values [database_functions/correct_gwp_values] 2023-07-13T18:43:50Z Dylan Leard # Migration to correct incorrectly initialized GWP values @v2.22.3 2023-07-14T16:22:57Z Dylan Leard # release v2.22.3 +@v2.22.4 2023-08-25T22:31:39Z Dylan Leard # release v2.22.4