Skip to content

Commit 13ebe52

Browse files
committed
Release 12.0.5 with bearer auth token support
1 parent 65a502e commit 13ebe52

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog for nextcloud api
2+
- 2023-09-29
3+
- Release 12.0.5, added bearer authentication for non-webdav calls (Thanks to Arnout Engelen)
24
- 2022-11-29
35
- Release 12.0.4, upgraded indirect commons-codec dependency
46
- Release 12.0.3, upgraded jackson dependencies

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Java api library to access nextcloud features from java applications
1919
<dependency>
2020
<groupId>com.github.a-schild</groupId>
2121
<artifactId>nextcloud-java-api</artifactId>
22-
<version>12.0.4</version>
22+
<version>12.0.5</version>
2323
</dependency>
2424
```
2525

0 commit comments

Comments
 (0)