Skip to content

Commit 78a6f76

Browse files
committed
v0.18.1 [publish]
1 parent 77586a5 commit 78a6f76

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
511
## [0.18.0 - 2024-10-09]
612

713
### Added

nc_py_api/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version of nc_py_api."""
22

3-
__version__ = "0.18.0"
3+
__version__ = "0.18.1"

0 commit comments

Comments
 (0)