Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
chore(release): v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan committed May 5, 2021
1 parent 5dfc9b3 commit 1df46af
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion timed/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.3"
__version__ = "1.1.4"

0 comments on commit 1df46af

Please sign in to comment.