diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..af1db73 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +## [1.5.0](https://github.com/time-is-ltd/pseudonymization-service/compare/v1.4.5...v1.5.0) (2024-03-04) + + +### Features + +* **core:** Allow to use http/s proxy ([394c95c](https://github.com/time-is-ltd/pseudonymization-service/commit/394c95c89b3aaa420227e0fafce1a35507da3ef3)) + + +### Bug Fixes + +* Fix login to GCR ([1043ea1](https://github.com/time-is-ltd/pseudonymization-service/commit/1043ea1e7ca5ec5e4b9cd5f78025e6d33144fd13)) +* Listen signals for graceful shutdown ([95affc3](https://github.com/time-is-ltd/pseudonymization-service/commit/95affc33f43349c2648860845e74ca05829ac932)) +* Remove Docker Buildx due to registry mess ([544b1ec](https://github.com/time-is-ltd/pseudonymization-service/commit/544b1eccc91b1777c9ece731454ed4a776539d58)) +* Resolve test timeouts ([4cdb858](https://github.com/time-is-ltd/pseudonymization-service/commit/4cdb858ff9c1f539cb168c1a32081a34bee6eec3)) +* Rewrite actions ([#91](https://github.com/time-is-ltd/pseudonymization-service/issues/91)) ([2aaa751](https://github.com/time-is-ltd/pseudonymization-service/commit/2aaa7514d7b295c939561a861c8b7b3410b8d639)) +* Setup dependabot ([3a8504d](https://github.com/time-is-ltd/pseudonymization-service/commit/3a8504d02a62d624723bd2081afe320b9c3d4a97)) +* Update wrong string replacement ([1bf662f](https://github.com/time-is-ltd/pseudonymization-service/commit/1bf662f2d667e1feaddaaa17d8cb4f1708fe5e2d)) diff --git a/package-lock.json b/package-lock.json index 967eceb..6c5d37e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "proxy", - "version": "1.4.5", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "proxy", - "version": "1.4.5", + "version": "1.5.0", "license": "ISC", "dependencies": { "@azure/identity": "^1.3.0", diff --git a/package.json b/package.json index a767bcc..77145ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "proxy", - "version": "1.4.5", + "version": "1.5.0", "description": "", "scripts": { "build": "tsc -p tsconfig.build.json",