diff --git a/CHANGELOG.md b/CHANGELOG.md index 74b02421d6..dfb1bbc9fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +### Changed + +### Deprecated + +### Fixed + +### Removed + +### Security + +## [0.8.0] - 2022-10-14 + ### Added - `CHANGELOG.md` with back-filling of the previous releases to the change log to provide more visibility on unreleased changes and make the release process easier by using the `unreleased` section of change log. The `CONTRIBUTING.md` diff --git a/README.md b/README.md index 52545ebfa3..f6c022f189 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.7.0`| +| `org.partiql` | `partiql-lang-kotlin` | `0.8.0`| For Maven builds, add the following to your `pom.xml`: diff --git a/build.gradle b/build.gradle index d9380618d7..5b1902401b 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ allprojects { subprojects { group = 'org.partiql' - version = '0.7.1-SNAPSHOT' + version = '0.8.0' } buildDir = new File(rootProject.projectDir, "gradle-build/" + project.name)