From d302a01421dacc2994d770d699e9964a8679be41 Mon Sep 17 00:00:00 2001 From: "R. C. Howell" Date: Thu, 11 Apr 2024 10:21:08 -0700 Subject: [PATCH] Prepares v0.14.6 snapshot (#1421) --- CHANGELOG.md | 17 +++++++++++++++++ gradle.properties | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) 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