From 84b9a4d7ff9a18a84dc6fe628526722861d6b413 Mon Sep 17 00:00:00 2001 From: Hyperledger Bot Date: Wed, 2 Oct 2024 14:20:34 +0000 Subject: [PATCH] chore(release): cut mediator 1.0.0 release # [1.0.0](https://github.com/hyperledger/identus-mediator/compare/v0.15.0...v1.0.0) (2024-10-02) ### Bug Fixes * add env vars for SERVICE_ENDPOINTS ([#335](https://github.com/hyperledger/identus-mediator/issues/335)) ([f2b078a](https://github.com/hyperledger/identus-mediator/commit/f2b078aa3b58fddc7f85af9e1d46503680263761)) * rename repo link to hyperledger/identus-mediator ([#331](https://github.com/hyperledger/identus-mediator/issues/331)) ([69f0124](https://github.com/hyperledger/identus-mediator/commit/69f012453fe29d7c1da6846b4137f187dfe4e8ac)) * wrong mediator repository in docker compose ([#334](https://github.com/hyperledger/identus-mediator/issues/334)) ([a43fe38](https://github.com/hyperledger/identus-mediator/commit/a43fe38ddbcf5d75fcade7f62d416ef3f752cf0a)) ### chore * Mediator Version 1.0.0 ([#354](https://github.com/hyperledger/identus-mediator/issues/354)) ([af65517](https://github.com/hyperledger/identus-mediator/commit/af65517c1337e540d0a92d1f758c8ce9fe3ebe67)) ### BREAKING CHANGES * Mediator Version 1.0.0 Signed-off-by: FabioPinheiro Signed-off-by: Hyperledger Bot --- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- version.sbt | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4feb3233..975cace0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# [1.0.0](https://github.com/hyperledger/identus-mediator/compare/v0.15.0...v1.0.0) (2024-10-02) + + +### Bug Fixes + +* add env vars for SERVICE_ENDPOINTS ([#335](https://github.com/hyperledger/identus-mediator/issues/335)) ([f2b078a](https://github.com/hyperledger/identus-mediator/commit/f2b078aa3b58fddc7f85af9e1d46503680263761)) +* rename repo link to hyperledger/identus-mediator ([#331](https://github.com/hyperledger/identus-mediator/issues/331)) ([69f0124](https://github.com/hyperledger/identus-mediator/commit/69f012453fe29d7c1da6846b4137f187dfe4e8ac)) +* wrong mediator repository in docker compose ([#334](https://github.com/hyperledger/identus-mediator/issues/334)) ([a43fe38](https://github.com/hyperledger/identus-mediator/commit/a43fe38ddbcf5d75fcade7f62d416ef3f752cf0a)) + + +### chore + +* Mediator Version 1.0.0 ([#354](https://github.com/hyperledger/identus-mediator/issues/354)) ([af65517](https://github.com/hyperledger/identus-mediator/commit/af65517c1337e540d0a92d1f758c8ce9fe3ebe67)) + + +### BREAKING CHANGES + +* Mediator Version 1.0.0 + +Signed-off-by: FabioPinheiro + # 0.15.0 (2024-07-10) diff --git a/package-lock.json b/package-lock.json index 4b30362d..51182ef6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "identus-mediator", - "version": "0.15.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "identus-mediator", - "version": "0.15.0", + "version": "1.0.0", "devDependencies": { "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", diff --git a/package.json b/package.json index c66969c4..266a8d63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "identus-mediator", - "version": "0.15.0", + "version": "1.0.0", "engines": { "node": ">=16.13.0" }, diff --git a/version.sbt b/version.sbt index f39fdb1c..67d9433f 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.16.0-SNAPSHOT" +ThisBuild / version := "1.0.1-SNAPSHOT"