We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd674b9 commit d4a32c6Copy full SHA for d4a32c6
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
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
11
## [0.19.1 - 2025-03-07]
12
13
### Fixed
nc_py_api/_version.py
@@ -1,3 +1,3 @@
1
"""Version of nc_py_api."""
-__version__ = "0.19.1"
+__version__ = "0.19.2"
0 commit comments