From c5f5b3d9d7cf46fe2fcc1b75a4fbd9ecb527af35 Mon Sep 17 00:00:00 2001 From: atala-dev Date: Fri, 17 May 2024 19:46:18 +0000 Subject: [PATCH] chore(release): cut prism node 2.3.0 release # [2.3.0](https://github.com/input-output-hk/atala-prism/compare/v2.2.1...v2.3.0) (2024-05-17) ### Bug Fixes * **node:** edit docker publish path in tragets [#852](https://github.com/input-output-hk/atala-prism/issues/852) ([b9410fe](https://github.com/input-output-hk/atala-prism/commit/b9410fe7c7944b4131cc0ab39bfbae48cc7f298a)) * remove v in docker image version tag ([#826](https://github.com/input-output-hk/atala-prism/issues/826)) ([30a8164](https://github.com/input-output-hk/atala-prism/commit/30a81645fcea9623053d3a72286596dbf45325a0)) ### Features * enable legacy prism node ([#828](https://github.com/input-output-hk/atala-prism/issues/828)) ([15e6865](https://github.com/input-output-hk/atala-prism/commit/15e68657b5779b3d53812051adac2908f4a791c1)) --- CHANGELOG.md | 12 ++++++++++++ infrastructure/charts/node/Chart.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- version.sbt | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..f910af3ce --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# [2.3.0](https://github.com/input-output-hk/atala-prism/compare/v2.2.1...v2.3.0) (2024-05-17) + + +### Bug Fixes + +* **node:** edit docker publish path in tragets [#852](https://github.com/input-output-hk/atala-prism/issues/852) ([b9410fe](https://github.com/input-output-hk/atala-prism/commit/b9410fe7c7944b4131cc0ab39bfbae48cc7f298a)) +* remove v in docker image version tag ([#826](https://github.com/input-output-hk/atala-prism/issues/826)) ([30a8164](https://github.com/input-output-hk/atala-prism/commit/30a81645fcea9623053d3a72286596dbf45325a0)) + + +### Features + +* enable legacy prism node ([#828](https://github.com/input-output-hk/atala-prism/issues/828)) ([15e6865](https://github.com/input-output-hk/atala-prism/commit/15e68657b5779b3d53812051adac2908f4a791c1)) diff --git a/infrastructure/charts/node/Chart.yaml b/infrastructure/charts/node/Chart.yaml index 6418a5f11..c7766c10a 100644 --- a/infrastructure/charts/node/Chart.yaml +++ b/infrastructure/charts/node/Chart.yaml @@ -18,5 +18,5 @@ version: 0.1.0 # 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: "2.2.1" +appVersion: "2.3.0" dependencies: [] diff --git a/package-lock.json b/package-lock.json index d350551e9..31c5183c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "prism-node", - "version": "2.2.1", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "prism-node", - "version": "2.2.1", + "version": "2.3.0", "devDependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", diff --git a/package.json b/package.json index c85ea6938..dd3403446 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prism-node", - "version": "2.2.1", + "version": "2.3.0", "engines": { "node": ">=16.13.0" }, diff --git a/version.sbt b/version.sbt index 8fec68377..433f9359c 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "2.2.1-SNAPSHOT" +ThisBuild / version := "2.3.0-SNAPSHOT"