Skip to content

Commit d4a32c6

Browse files
committed
v0.19.2 [publish]
Signed-off-by: Alexander Piskun <[email protected]>
1 parent bd674b9 commit d4a32c6

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.19.2 - 2025-03-17]
6+
7+
### Added
8+
9+
- Optional `response_type` parameter of `nextcloud.ocs` method for calling OCS endpoints that return raw data. #341 Thanks to @janepie
10+
511
## [0.19.1 - 2025-03-07]
612

713
### Fixed

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.19.1"
3+
__version__ = "0.19.2"

0 commit comments

Comments
 (0)