fix: Fixed tag pushing and changelog

This commit is contained in:
2024-10-24 12:07:40 +02:00
parent c91e684f08
commit 5f39966223
2 changed files with 22 additions and 4 deletions

View File

@@ -2,6 +2,25 @@
All notable changes to this project will be documented in this file.
## 2.0.0
- Fixed #1
- Fixed #3
Notes:
You will need to change calls to `create_obj_from_data` according to #1 (rename additonal_data to additional_data)
You will need to change calls to `update_obj_from_data` according to #3 (if you supplied `partial`, you will need to reverse it: `true` -> `false` and `false` -> `true`)
## 1.3.0
- Addition of pagination proxy and pagination=off functionality (Thanks to @vikbhas)
## 1.2.5
- Bumped dependencies
## 1.2.4
- Enabled newer versions for all dependencies