Skip to content

Commit

Permalink
chore(master): release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 4, 2024
1 parent 394c95c commit 7eea62e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proxy",
"version": "1.4.5",
"version": "1.5.0",
"description": "",
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit 7eea62e

Please sign in to comment.