diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c0407a..0131441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,16 @@ All notable changes to this project will be documented in this file. ### Fixed +## 2.0.0 +### Changed +- Update endpoints-framework-tools to version 2.0.14 ([#83](https://github.com/GoogleCloudPlatform/endpoints-framework-gradle-plugin/pull/83)) +- Requires Java 8 ([#83](https://github.com/GoogleCloudPlatform/endpoints-framework-gradle-plugin/pull/83)) + + ## 1.0.3 ### Changed - Updated endpoints-framework-tools to version 2.0.9 ([#70](https://github.com/GoogleCloudPlatform/endpoints-framework-maven-plugin/pull/70)) -- Update endpoints-framework-tools to version 2.0.9 ([#77](https://github.com/GoogleCloudPlatform/endpoints-framework-gradle-plugin/pull/79)) +- Update endpoints-framework-tools to version 2.0.10 ([#77](https://github.com/GoogleCloudPlatform/endpoints-framework-gradle-plugin/pull/79)) - Update gradle classes output dependency ([#75](https://github.com/GoogleCloudPlatform/endpoints-framework-gradle-plugin/issues/75)) ## 1.0.2 diff --git a/gradle.properties b/gradle.properties index 13dfdf5..28af480 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version = 2.0.0-SNAPSHOT +version = 2.0.1-SNAPSHOT