diff --git a/README.md b/README.md index 3a3dc92ef..04a98e4d1 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,11 @@ A collection of components to build a real time ingestion pipeline. ## Release Notes -**2.2.0** +**2.1.3** + +Move to connect-common 2.0.5 that adds complex type support to KCQL + +**2.1.2** * AWS S3 Sink Connector * Prevent null pointer exception in converters when maps are presented will null values diff --git a/build.gradle b/build.gradle index 9b0a793a4..a9785a360 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ allprojects { // The following 4 need to align to compileagainst a particular version confluentVersion = '5.5.0' kafkaVersion = '2.5.0' - dataMountaineerCommonVersion = "2.0.2" + dataMountaineerCommonVersion = "2.0.5" link4jVersion = "1.8.0" gitCommitHash = ("git rev-parse HEAD").execute().text.trim() diff --git a/gradle.properties b/gradle.properties index d5ecc956f..20419fc8d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ # # Always set the version to -SNAPSHOT after a release -version=2.0.1 +version=2.1.3 ossrhUsername=you ossrhPassword=me