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 cb892c3 commit d536b4cCopy full SHA for d536b4c
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.42.1 (2021-11-04)
6
+### Fix
7
+* TT-365 v2 post method fix ([#333](https://github.com/ioet/time-tracker-backend/issues/333)) ([`cb892c3`](https://github.com/ioet/time-tracker-backend/commit/cb892c338c1139640a5527772b398b3b34ff68a7))
8
+
9
## v0.42.0 (2021-11-03)
10
### Feature
11
* TT-365 / TT-369 POST V2 Activity ([#329](https://github.com/ioet/time-tracker-backend/issues/329)) ([`6c3687b`](https://github.com/ioet/time-tracker-backend/commit/6c3687b5ca60893be23b6ad663de3081af964272))
time_tracker_api/version.py
@@ -1 +1 @@
1
-__version__ = '0.42.0'
+__version__ = '0.42.1'
0 commit comments