diff --git a/CHANGELOG.md b/CHANGELOG.md index 9398eb74c5..17d224681a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1128,7 +1128,7 @@ breaking changes if migrating from v0.9.2. The breaking changes accidentally int Initial alpha release of PartiQL. [Unreleased]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.9...HEAD -[0.14.8]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.8...v0.14.9 +[0.14.9]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.8...v0.14.9 [0.14.8]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.7...v0.14.8 [0.14.7]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.6...v0.14.7 [0.14.6]: https://github.com/partiql/partiql-lang-kotlin/compare/v0.14.5...v0.14.6 diff --git a/README.md b/README.md index 600935af0b..cbfe639666 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This project is published to [Maven Central](https://search.maven.org/artifact/o | Group ID | Artifact ID | Recommended Version | |---------------|-----------------------|---------------------| -| `org.partiql` | `partiql-lang-kotlin` | `0.14.8` | +| `org.partiql` | `partiql-lang-kotlin` | `0.14.9` | For Maven builds, add the following to your `pom.xml`: diff --git a/gradle.properties b/gradle.properties index 7a87976b37..ed2c5ca90a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=org.partiql -version=0.14.8 +version=0.14.9 ossrhUsername=EMPTY ossrhPassword=EMPTY