diff --git a/CHANGELOG.md b/CHANGELOG.md index e6be82ae4..c2fde4758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.33.2] - 2023-11-17 +### Changed +- build: fix shadow JAR publication for mock-hbase module. + ## [3.33.1] - 2023-11-17 ### Changed - build: fix shadow JAR publication for fake-data module. diff --git a/gradle.properties b/gradle.properties index 2b1ef140f..a3e1cc624 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -projectVersion=0.0.0-SNAPSHOT +projectVersion=3.33.2