diff --git a/SECURITY.md b/SECURITY.md index 6d37df21..9f040235 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -14,8 +14,8 @@ At this time, only the latest version of NR PermitConnect Navigator Service is s | Version | Supported | | ------- | ------------------ | -| 0.4.0 | :white_check_mark: | -| < 0.4.x | :x: | +| 0.5.0 | :white_check_mark: | +| < 0.5.x | :x: | ## Reporting a Bug diff --git a/app/package-lock.json b/app/package-lock.json index 4c5159b8..c36e740c 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "nr-permitting-navigator-service-app", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nr-permitting-navigator-service-app", - "version": "0.4.0", + "version": "0.5.0", "license": "Apache-2.0", "dependencies": { "@prisma/client": "^6.0.1", diff --git a/app/package.json b/app/package.json index 71480514..096ea5b4 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "nr-permitting-navigator-service-app", - "version": "0.4.0", + "version": "0.5.0", "license": "Apache-2.0", "private": true, "description": "PermitConnect Navigator Service ", diff --git a/charts/pcns/Chart.yaml b/charts/pcns/Chart.yaml index 99707a0a..9d95feb0 100644 --- a/charts/pcns/Chart.yaml +++ b/charts/pcns/Chart.yaml @@ -3,7 +3,7 @@ name: nr-permitconnect-navigator-service # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.19 +version: 0.0.20 kubeVersion: ">= 1.13.0" description: PermitConnect Navigator Service # A chart can be either an 'application' or a 'library' chart. @@ -38,6 +38,6 @@ maintainers: # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.4.0" +appVersion: "0.5.0" deprecated: false annotations: {} diff --git a/charts/pcns/README.md b/charts/pcns/README.md index 86bfff6e..88a1d444 100644 --- a/charts/pcns/README.md +++ b/charts/pcns/README.md @@ -1,6 +1,6 @@ # nr-permitconnect-navigator-service -![Version: 0.0.19](https://img.shields.io/badge/Version-0.0.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0](https://img.shields.io/badge/AppVersion-0.4.0-informational?style=flat-square) +![Version: 0.0.20](https://img.shields.io/badge/Version-0.0.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0](https://img.shields.io/badge/AppVersion-0.5.0-informational?style=flat-square) PermitConnect Navigator Service diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5b401b92..9dd02017 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "nr-permitting-navigator-service-frontend", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nr-permitting-navigator-service-frontend", - "version": "0.4.0", + "version": "0.5.0", "license": "Apache-2.0", "dependencies": { "@bcgov/bc-sans": "^2.1.0", diff --git a/frontend/package.json b/frontend/package.json index 37bc1be9..d8fce90b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "nr-permitting-navigator-service-frontend", - "version": "0.4.0", + "version": "0.5.0", "license": "Apache-2.0", "private": true, "description": "",