diff --git a/.unicornfig.yml b/.unicornfig.yml index f7e00c0..fb93c22 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.8" +version: "0.0.9" githubName: "HPI-de/hpi-cloud-apis" diff --git a/CHANGELOG.md b/CHANGELOG.md index eb97877..efd0fb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [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 + ## [0.0.8] - 2019-10-01 ### BREAKING CHANGES - **course:** support multiple lecturers @@ -80,7 +88,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.8...dev +[Unreleased]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.9...dev +[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 [0.0.6]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.5...0.0.6 diff --git a/build.gradle b/build.gradle index b660af8..6843b62 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ ext { githubReleaseNotes = 'CHANGELOG.md' allLicenses = ["Apache-2.0"] - libraryVersion = "0.0.8" + libraryVersion = "0.0.9" } task sourcesJar(type: Jar, dependsOn: classes) {