Skip to content

Commit 376a368

Browse files
author
Stefan Endrullis
committed
updated changelog and version
1 parent 947e57e commit 376a368

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog for nextcloud api
22

3+
## Version 14.1.0
4+
- 2025-10-21
5+
- Add HTTP proxy support (via system variables `https.proxyHost` and `https.proxyPort`)
6+
37
## Version 14.0.0
48
- 2025-10-21
59
- Bump required java version from 8 to 11+ (Thanks to kindlich)

pom.xml

Lines changed: 2 additions & 2 deletions
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>14.0.1</version>
6+
<version>14.1.0</version>
77
<packaging>jar</packaging>
88
<properties>
99
<!-- compile time dependencies -->
@@ -381,7 +381,7 @@
381381
<configuration>
382382
<configuration>
383383
<skipTests>${skipTests}</skipTests>
384-
</configuration>
384+
</configuration>
385385
<systemProperties>
386386
<property>
387387
<name>nextcloud.api.test.servername</name>

0 commit comments

Comments
 (0)