diff --git a/CHANGELOG.md b/CHANGELOG.md index 282ca273..57ce0dbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ # Changelog -## Ongoing: Release 0.15.0 +## Ongoing: release 0.16.0 +## July 18, 2022: Release 0.15.0 + +* Issues fixed: + * Bump calcite to version 1.30.0. ## July 18, 2022: Release 0.14.0 * Public API changes: diff --git a/README.md b/README.md index ae8f48b5..b6f455c6 100644 --- a/README.md +++ b/README.md @@ -51,14 +51,14 @@ To use DCM from a Maven-based project, use the following dependency: com.vmware.dcm dcm - 0.14.0 + 0.15.0 ``` To use within a Gradle-based project: ``` -implementation 'com.vmware.dcm:dcm:0.14.0' +implementation 'com.vmware.dcm:dcm:0.15.0' ``` ### Pre-requisites for use diff --git a/gradle.properties b/gradle.properties index cb9e5264..5ae0f0f0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ dcmLibrarySourceLevel = 11 dcmGroupId = com.vmware.dcm dcmArtifactId = dcm -dcmVersion = 0.15.0-SNAPSHOT +dcmVersion = 0.15.0 ## Dependency versions