diff --git a/CHANGELOG.md b/CHANGELOG.md index a0caf92..ecc85dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 4.0.5 (10/06/2024( +- Removes TLS v1 and v1.1, adds TLS 1.3 [PR-93](https://github.com/SourceLabOrg/kafka-connect-client/pull/91) +- Adds support for `Stop Connector` endpoint [PR-89](https://github.com/SourceLabOrg/kafka-connect-client/pull/89) + +Thanks [m8719-github](https://github.com/m8719-github) for the contributions! + ## 4.0.4 (02/16/2024) - Opens `HttpsContextBuilder` for extension [PR-84](https://github.com/SourceLabOrg/kafka-connect-client/pull/84) - Updates internal dependency Http Components from 4.5.13 -> 4.5.14 @@ -235,4 +241,4 @@ This release fixes these two methods to return the correct types as defined by t - Update Jackson dependency to 2.9.5 [CVE-2018-7489](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7489). ## 1.0.0 (03/01/2018) -- Initial release! \ No newline at end of file +- Initial release! diff --git a/pom.xml b/pom.xml index 04b1779..3a1971e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.sourcelab kafka-connect-client - 4.0.4 + 4.0.5 jar