We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb222c1 commit 5f95b5bCopy full SHA for 5f95b5b
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.36.2 (2021-07-09)
6
+### Fix
7
+* TT-287 Fix users email doesn't show in reports page ([#305](https://github.com/ioet/time-tracker-backend/issues/305)) ([`fb222c1`](https://github.com/ioet/time-tracker-backend/commit/fb222c1a5f13b8313a257159f3115cf9c0fae750))
8
+
9
## v0.36.1 (2021-07-08)
10
### Fix
11
* TT-270 Fix handle exceptions in create update entries (#301) ([#306](https://github.com/ioet/time-tracker-backend/issues/306)) ([`7b74f46`](https://github.com/ioet/time-tracker-backend/commit/7b74f460586bc5f756067a01491a7670b6751529))
time_tracker_api/version.py
@@ -1 +1 @@
1
-__version__ = '0.36.1'
+__version__ = '0.36.2'
0 commit comments