Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
chore: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Oct 1, 2019
1 parent d9d5ce4 commit 809e566
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .unicornfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7"
version: "0.0.8"
githubName: "HPI-de/hpi-cloud-apis"
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]


## [0.0.8] - 2019-10-01
### BREAKING CHANGES
- **course:** support multiple lecturers
- **myhpi:** restructure MyHPI

## [0.0.7] - 2019-09-05
### BREAKING CHANGES
- **course, food, news:** support pagination
Expand Down Expand Up @@ -75,7 +80,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.7...dev
[Unreleased]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.8...dev
[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
[0.0.5]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.4...0.0.5
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ext {
githubReleaseNotes = 'CHANGELOG.md'
allLicenses = ["Apache-2.0"]

libraryVersion = "0.0.7"
libraryVersion = "0.0.8"
}

task sourcesJar(type: Jar, dependsOn: classes) {
Expand Down

0 comments on commit 809e566

Please sign in to comment.