We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e11ae commit 85d9157Copy full SHA for 85d9157
2 files changed
Changelog.md
@@ -1,4 +1,6 @@
1
# Changelog for nextcloud api
2
+- 2021-04-27
3
+ - Updated various used libraries
4
- 2020-11-21
5
- Added methods to access nextcloud instance installed in subfolders (Thanks to helmut8080)
6
- Version bump to 11.4.0 because of added api methods
README.md
@@ -18,7 +18,7 @@ Java api library to access nextcloud features from java applications
18
```
19
<groupId>org.aarboard.nextcloud</groupId>
20
<artifactId>nextcloud-api</artifactId>
21
-<version>11.4.0</version>
+<version>11.4.1</version>
22
23
24
- Create a NextcloudConnector instance and provide your server settings and authentification
0 commit comments