diff --git a/CHANGELOG.md b/CHANGELOG.md index 96538195..0603ce86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v1.1.4 (05 May 2021) + +### Feature +* Add and enable sentry-sdk for error reporting ([`5dfc9b3`](https://github.com/adfinis-sygroup/timed-backend/commit/5dfc9b36a84aa52f8a91c0eb53b1a327e0d3b1d9)) + +### Fix +* **runtime:** Use gunicorn instead of uwsgi ([`e6b1fdf`](https://github.com/adfinis-sygroup/timed-backend/commit/e6b1fdfc5bb2ad5578ed2927ee210b5da2119f9b)) +* **redmine:** Template formatting ([`148dea1`](https://github.com/adfinis-sygroup/timed-backend/commit/148dea1d1f7e58a9c46fe84a8ae38a3dc3c5ff20)) + + # v1.1.3 (26 April 2021) ### Feature @@ -9,6 +19,7 @@ * Add custom forms for supervisor and supervisee inlines ([`b92799d`](https://github.com/adfinis-sygroup/timed-backend/commit/b92799d66759479827cf11f958c12d55d9c8d5bd)) * Add test data users to keycloak config ([`082ef6e`](https://github.com/adfinis-sygroup/timed-backend/commit/082ef6e14a406a5d3b1a5f286007169689c0cb1b)) + # v1.1.2 (28 October 2020) ### Fix diff --git a/timed/__init__.py b/timed/__init__.py index 0b2f79db..c72e3798 100644 --- a/timed/__init__.py +++ b/timed/__init__.py @@ -1 +1 @@ -__version__ = "1.1.3" +__version__ = "1.1.4"