We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f4bfbf commit d2ef2f1Copy full SHA for d2ef2f1
2 files changed
Changelog.md
@@ -1,4 +1,14 @@
1
# Changelog for nextcloud api
2
+## Version 13.0.2
3
+- 2024-03-16
4
+ - Typo fixes
5
+ - Javadoc url's
6
+ - Modifiers should be declared in the correct order
7
+ - Try-with resources
8
+ - Use constants where possible
9
+ - Removed redundant Exception throwing
10
+ - Simplified assertions in tests
11
+
12
## Version 13.0.1
13
- 2023-09-29
14
- Release 13.0.1
pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.aarboard.nextcloud</groupId>
<artifactId>nextcloud-api</artifactId>
- <version>13.0.1</version>
+ <version>13.0.2</version>
<packaging>jar</packaging>
<properties>
<!-- compile time dependencies -->
0 commit comments