diff --git a/CHANGELOG.md b/CHANGELOG.md index 5edf6e77..d6454b63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ # Changelog: [mojaloop/auth-service](https://github.com/mojaloop/auth-service) +## [14.0.0](https://github.com/mojaloop/auth-service/compare/v13.0.2...v14.0.0) (2023-02-28) + + +### ⚠ BREAKING CHANGES + +* **mojaloop/#3139:** rework config to accept env variables for DB (#132) + +### Features + +* **mojaloop/#3139:** rework config to accept env variables for DB ([#132](https://github.com/mojaloop/auth-service/issues/132)) ([6e6d5b3](https://github.com/mojaloop/auth-service/commit/6e6d5b3c2522bb4dc5af5d3fa414085aa24900e4)), closes [mojaloop/#3139](https://github.com/mojaloop/auth-service/issues/3139) [mojaloop/#3139](https://github.com/mojaloop/auth-service/issues/3139) + ### [13.0.2](https://github.com/mojaloop/auth-service/compare/v13.0.1...v13.0.2) (2022-06-22) diff --git a/package-lock.json b/package-lock.json index 34a1b679..cb11d623 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mojaloop/auth-service", - "version": "13.1.0-snapshot.1", + "version": "14.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mojaloop/auth-service", - "version": "13.1.0-snapshot.1", + "version": "14.0.0", "license": "Apache-2.0", "dependencies": { "@hapi/boom": "10.0.1", diff --git a/package.json b/package.json index 186a9cd6..965f1568 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/auth-service", - "version": "13.1.0-snapshot.1", + "version": "14.0.0", "description": "Shared Authorization Service for the Third Party Transaction Verification", "main": "dist/index.js", "typings": "dist/index.d.ts",