diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e4a2b817..db9678839 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.23.3](https://github.com/bcgov/cas-ciip-portal/compare/v2.23.2...v2.23.3) (2023-12-11) + ### [2.23.2](https://github.com/bcgov/cas-ciip-portal/compare/v2.23.1...v2.23.2) (2023-11-22) ### [2.23.1](https://github.com/bcgov/cas-ciip-portal/compare/v2.23.0...v2.23.1) (2023-10-17) diff --git a/app/package.json b/app/package.json index e8447e5ec..b77aa7299 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "ggircs-industry-ciip-portal", - "version": "2.23.2", + "version": "2.23.3", "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 b7fbcebc1..174f0e333 100644 --- a/current_version.txt +++ b/current_version.txt @@ -1 +1 @@ -2.23.2 \ No newline at end of file +2.23.3 \ No newline at end of file diff --git a/helm/cas-ciip-portal/Chart.yaml b/helm/cas-ciip-portal/Chart.yaml index f034774fa..8af96afb9 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.61 -appVersion: 2.23.2 +version: 0.3.62 +appVersion: 2.23.3 dependencies: - name: cas-postgres version: "0.8.4" diff --git a/schema/sqitch.plan b/schema/sqitch.plan index ce64f1efd..dd03f39c3 100644 --- a/schema/sqitch.plan +++ b/schema/sqitch.plan @@ -470,3 +470,4 @@ tables/incremental_fuel_charge_baseline_001 [tables/incremental_fuel_charge_base @v2.23.0 2023-09-06T22:45:48Z Dylan Leard # release v2.23.0 @v2.23.1 2023-10-17T16:31:00Z Dylan Leard # release v2.23.1 @v2.23.2 2023-11-22T17:05:33Z Dylan Leard # release v2.23.2 +@v2.23.3 2023-12-11T21:44:46Z Dylan Leard # release v2.23.3