We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77586a5 commit 78a6f76Copy full SHA for 78a6f76
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.18.1 - 2025-01-14]
6
+
7
+### Fixed
8
9
+- Chunked Upload V2 not working on Nextcloud 30 and later. #324 Thanks to @DrZoidberg09
10
11
## [0.18.0 - 2024-10-09]
12
13
### Added
nc_py_api/_version.py
@@ -1,3 +1,3 @@
1
"""Version of nc_py_api."""
-__version__ = "0.18.0"
+__version__ = "0.18.1"
0 commit comments