diff --git a/CHANGELOG.md b/CHANGELOG.md index 09b904e49e..f1e0ca1e7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Thank you to all who have contributed! --> +## [Unreleased] + +### Added + +### Changed + +### Deprecated + +### Fixed + +### Removed + +### Security + +### Contributors +Thank you to all who have contributed! + ## [0.14.5] ### Added diff --git a/gradle.properties b/gradle.properties index 46e4a8437a..e6bdc6d7bd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=org.partiql -version=0.14.5 +version=0.14.6-SNAPSHOT ossrhUsername=EMPTY ossrhPassword=EMPTY