Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch commints from master branch #85

Merged
merged 9 commits into from
Nov 29, 2023
Prev Previous commit
Next Next commit
Release 12.0.5 with bearer auth token support
  • Loading branch information
a-schild committed Sep 29, 2023
commit 13ebe5228f525c28e88e77bcbb66bd6f819e41ba
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog for nextcloud api
- 2023-09-29
- Release 12.0.5, added bearer authentication for non-webdav calls (Thanks to Arnout Engelen)
- 2022-11-29
- Release 12.0.4, upgraded indirect commons-codec dependency
- Release 12.0.3, upgraded jackson dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Java api library to access nextcloud features from java applications
<dependency>
<groupId>com.github.a-schild</groupId>
<artifactId>nextcloud-java-api</artifactId>
<version>12.0.4</version>
<version>12.0.5</version>
</dependency>
```

Expand Down