Skip to content

Commit

Permalink
Merge pull request #536 from microsoft/release-kafka-connect-1.11.0
Browse files Browse the repository at this point in the history
Updated version and changelog for release 1.11.0
  • Loading branch information
kushagraThapar authored Oct 25, 2023
2 parents 0f01263 + 2a7b144 commit 6126145
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Release History
### 1.11.0-Beta.1 (Unreleased)
### 1.11.0 (2023-10-25)
#### New Features
* Updated `azure-cosmos` version to 4.52.0.

#### Other Changes
* Construct `SourceRecord` offset based on `_lsn` from the item in `CosmosDBSourceConnector`. [PR 534](https://github.com/microsoft/kafka-connect-cosmosdb/pull/534)

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.azure.cosmos.kafka</groupId>
<artifactId>kafka-connect-cosmos</artifactId>
<version>1.11.0-Beta.1</version>
<version>1.11.0</version>

<name> kafka-connect-cosmos</name>
<url>https://github.com/microsoft/kafka-connect-cosmosdb</url>
Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos</artifactId>
<version>4.51.0</version>
<version>4.52.0</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
Expand Down

0 comments on commit 6126145

Please sign in to comment.