diff --git a/CHANGELOG.md b/CHANGELOG.md index 594fbbe..4426d0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [1.0.1] - 2024-11-06 +## [1.0.2] - 2024-11-08 ### Added * Support for consumer properties allowing connecting to Kafka cloud provider. diff --git a/drone-fly-app/pom.xml b/drone-fly-app/pom.xml index 92ad7a0..9a5a4eb 100644 --- a/drone-fly-app/pom.xml +++ b/drone-fly-app/pom.xml @@ -4,7 +4,7 @@ com.expediagroup drone-fly-parent - 1.0.1 + 1.0.2-SNAPSHOT drone-fly-app diff --git a/drone-fly-core/pom.xml b/drone-fly-core/pom.xml index ff614f5..3fa09e2 100644 --- a/drone-fly-core/pom.xml +++ b/drone-fly-core/pom.xml @@ -4,7 +4,7 @@ com.expediagroup drone-fly-parent - 1.0.1 + 1.0.2-SNAPSHOT drone-fly-core diff --git a/drone-fly-integration-tests/pom.xml b/drone-fly-integration-tests/pom.xml index 7537546..186171c 100644 --- a/drone-fly-integration-tests/pom.xml +++ b/drone-fly-integration-tests/pom.xml @@ -4,7 +4,7 @@ com.expediagroup drone-fly-parent - 1.0.1 + 1.0.2-SNAPSHOT drone-fly-integration-tests diff --git a/pom.xml b/pom.xml index 9fda51a..0ec1bd2 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ drone-fly-parent - 1.0.1 + 1.0.2-SNAPSHOT 2020 pom