Skip to content

Commit ef1bbe4

Browse files
committed
changelog body
1 parent 7c6bf67 commit ef1bbe4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Better path handling
2+
- Version bump of actions
3+
- Cleaner tests
4+
- **BREAKING** `/api/v<N>` versioning pathing added for all endpoints

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "2.0.3"
1+
VERSION = "2.0.4"
22

33
def get_version():
44
return VERSION

0 commit comments

Comments
 (0)