diff --git a/CHANGELOG.md b/CHANGELOG.md index aa9c0bc6ca..48d0479456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,25 +25,16 @@ Thank you to all who have contributed! --> -## [Unreleased] - -### Added - -### Changed - -### Deprecated +## [0.14.3] - 2024-02-14 ### Fixed - Return type of `partiql-ast`'s `SqlDialect` for `defaultReturn` to be a `SqlBlock` rather than `Nothing` - Flatten `CASE WHEN` branch type in `PlanTyper` -### Removed - -### Security - ### Contributors Thank you to all who have contributed! - @alancai98 +- @yliuuuu ## [0.14.2] - 2024-01-25 diff --git a/README.md b/README.md index c43dd0da01..01846c3f4d 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.2` | +| `org.partiql` | `partiql-lang-kotlin` | `0.14.3` | For Maven builds, add the following to your `pom.xml`: diff --git a/gradle.properties b/gradle.properties index ade023c67e..4271ba9b09 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=org.partiql -version=0.14.3-SNAPSHOT +version=0.14.3 ossrhUsername=EMPTY ossrhPassword=EMPTY