diff --git a/CHANGELOG.md b/CHANGELOG.md index dbb6364a..6014f611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ ## Release History -### 1.13.0-beta.1 (Unreleased) -#### Other Changes +### 1.13.0 (2024-01-25) +#### New Features +* Updated `azure-cosmos` version to 4.54.0. + +#### Key Bug Fixes +* Upgraded `com.jayway.jsonpath:json-path` from 2.8.0 to 2.9.0 to address the security vulnerability. [PR 544](https://github.com/microsoft/kafka-connect-cosmosdb/pull/544) + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-51074 * Fixed an issue where source connector can be stuck in an infinite loop when task got cancelled. [PR 545](https://github.com/microsoft/kafka-connect-cosmosdb/pull/545) ### 1.12.0 (2023-12-18) diff --git a/pom.xml b/pom.xml index d7a799e9..2721e6e3 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.azure.cosmos.kafka kafka-connect-cosmos - 1.13.0-beta.1 + 1.13.0 kafka-connect-cosmos https://github.com/microsoft/kafka-connect-cosmosdb @@ -48,7 +48,7 @@ com.azure azure-cosmos - 4.53.1 + 4.54.0 com.jayway.jsonpath