Skip to content

Commit 68b7e68

Browse files
chore(main): release 2.6.0 (#129)
Co-authored-by: developer-experience-bot[bot] <91079284+developer-experience-bot[bot]@users.noreply.github.com>
1 parent dd98d46 commit 68b7e68

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.6.0](https://github.com/coveo/push-api-client.java/compare/v2.5.0...v2.6.0) (2024-04-16)
4+
5+
6+
### Features
7+
8+
* **LENS-1466:** add support for partial updates in the UpdateStreamService ([#127](https://github.com/coveo/push-api-client.java/issues/127)) ([7725e54](https://github.com/coveo/push-api-client.java/commit/7725e543985a2bef8b2ea5ff4bf135e3f69eee32))
9+
* **LENS-1642:** support for SAP specific user-agent header ([#128](https://github.com/coveo/push-api-client.java/issues/128)) ([279a26b](https://github.com/coveo/push-api-client.java/commit/279a26bead907fb462ff194b96b84bf5c4f92cf3))
10+
11+
12+
### Documentation
13+
14+
* update manual release process ([#126](https://github.com/coveo/push-api-client.java/issues/126)) ([a6dd522](https://github.com/coveo/push-api-client.java/commit/a6dd522acb62a168adde512bfe50f8199c7fb20c))
15+
316
## [2.5.0](https://github.com/coveo/push-api-client.java/compare/v2.4.0...v2.5.0) (2024-02-08)
417

518

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.coveo</groupId>
66
<artifactId>push-api-client.java</artifactId>
7-
<version>2.5.1-SNAPSHOT</version>
7+
<version>2.6.0</version>
88
<name>${project.groupId}:${project.artifactId}</name>
99
<packaging>jar</packaging>
1010
<description>Coveo Push API client. See more on https://github.com/coveo/push-api-client.java</description>

0 commit comments

Comments
 (0)