Skip to content

Commit d2ef2f1

Browse files
committed
Incr. version + changelog
1 parent 4f4bfbf commit d2ef2f1

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

Changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# 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+
212
## Version 13.0.1
313
- 2023-09-29
414
- Release 13.0.1

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.aarboard.nextcloud</groupId>
55
<artifactId>nextcloud-api</artifactId>
6-
<version>13.0.1</version>
6+
<version>13.0.2</version>
77
<packaging>jar</packaging>
88
<properties>
99
<!-- compile time dependencies -->

0 commit comments

Comments
 (0)