diff --git a/.unicornfig.yml b/.unicornfig.yml index fb93c22..bd2ae77 100644 --- a/.unicornfig.yml +++ b/.unicornfig.yml @@ -7,5 +7,5 @@ description: "This repository contains the original interface definitions of pub \ definitions can provide a better understanding of HPI Cloud APIs and help you\ \ to utilize them more efficiently. You can also use these definitions with open\ \ source tools to generate client libraries, documentation, and other artifacts." -version: "0.0.9" +version: "0.0.10" githubName: "HPI-de/hpi-cloud-apis" diff --git a/CHANGELOG.md b/CHANGELOG.md index efd0fb4..e204e52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,10 +19,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.0.10] - 2019-10-05 +### BREAKING CHANGES +- **myhpi:** make Action.icon a binary png + ## [0.0.9] - 2019-10-04 ### BREAKING CHANGES - **myhpi:** make InfoBit.description plain text -- **myhpi:** make Action.icon a binary png ### Added - **myhpi:** add InfoBit.content @@ -88,7 +91,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. Initial release with NewsService. -[Unreleased]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.9...dev +[Unreleased]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.10...dev +[0.0.10]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.9...0.0.10 [0.0.9]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.8...0.0.9 [0.0.8]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.7...0.0.8 [0.0.7]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.6...0.0.7 diff --git a/build.gradle b/build.gradle index 6843b62..3a436e5 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ ext { githubReleaseNotes = 'CHANGELOG.md' allLicenses = ["Apache-2.0"] - libraryVersion = "0.0.9" + libraryVersion = "0.0.10" } task sourcesJar(type: Jar, dependsOn: classes) {