Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Crim committed Oct 6, 2024
1 parent e5d5888 commit d9d7363
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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!
- Initial release!
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.sourcelab</groupId>
<artifactId>kafka-connect-client</artifactId>
<version>4.0.4</version>
<version>4.0.5</version>
<packaging>jar</packaging>

<!-- Require Maven 3.3.9 -->
Expand Down

0 comments on commit d9d7363

Please sign in to comment.