Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mormahr committed Sep 1, 2021
1 parent e982fa1 commit a421a4a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## [Unreleased]

## [1.1.0] - 2021-09-01

### Improvements
- Docker `HEALTHCHECK`
[#129](https://github.com/mormahr/pdf-service/pull/129)
- Updated Python to v3.9.7
[#107](https://github.com/mormahr/pdf-service/pull/107)

### Bug Fixes
- Fix container shutdown by using `exec` to forward signals
[#125](https://github.com/mormahr/pdf-service/pull/125)
([jpxd](https://github.com/jpxd))
- Fix worker timing out regularly
[#124](https://github.com/mormahr/pdf-service/issues/124)
[#126](https://github.com/mormahr/pdf-service/pull/126)
([jpxd](https://github.com/jpxd))

## [1.0.0] - 2021-08-19

Initial public release 🎉

0 comments on commit a421a4a

Please sign in to comment.