We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a502e commit 13ebe52Copy full SHA for 13ebe52
Changelog.md
@@ -1,4 +1,6 @@
1
# Changelog for nextcloud api
2
+- 2023-09-29
3
+ - Release 12.0.5, added bearer authentication for non-webdav calls (Thanks to Arnout Engelen)
4
- 2022-11-29
5
- Release 12.0.4, upgraded indirect commons-codec dependency
6
- Release 12.0.3, upgraded jackson dependencies
README.md
@@ -19,7 +19,7 @@ Java api library to access nextcloud features from java applications
19
<dependency>
20
<groupId>com.github.a-schild</groupId>
21
<artifactId>nextcloud-java-api</artifactId>
22
- <version>12.0.4</version>
+ <version>12.0.5</version>
23
</dependency>
24
```
25
0 commit comments