Skip to content

Commit 3e40a7d

Browse files
committed
docs: update CHANGELOG.md for version 2.25
Also fixed deploying the client into OSS repository by increasing timeout.
1 parent cf21d90 commit 3e40a7d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.25 [2025-03-26]
4+
5+
### Improvements
6+
- Add support for parameter binding to built queries [PR #1010](https://github.com/influxdata/influxdb-java/pull/1010)
7+
38
## 2.24 [2023-12-14]
49

510
### Improvements

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
<serverId>ossrh</serverId>
166166
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
167167
<autoReleaseAfterClose>true</autoReleaseAfterClose>
168+
<stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>
168169
</configuration>
169170
</plugin>
170171
<plugin>

0 commit comments

Comments
 (0)