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

Commit

Permalink
Merge branch 'release/0.0.13' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Dec 20, 2019
2 parents 4f8f21e + 6100a14 commit 62f99bc
Show file tree
Hide file tree
Showing 3 changed files with 8 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.12"
version: "0.0.13"
githubName: "HPI-de/hpi-cloud-apis"
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.0.13] - 2019-12-20
### Added
- **club:** add service for retrieving HPI student clubs

## [0.0.12] - 2019-12-18
### BREAKING CHANGES
- **common, course, myhpi, news:** support different content types
Expand Down Expand Up @@ -99,7 +103,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.12...dev
[Unreleased]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.13...dev
[0.0.13]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.12...0.0.13
[0.0.12]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.11...0.0.12
[0.0.11]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.10...0.0.11
[0.0.10]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.9...0.0.10
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.12"
libraryVersion = "0.0.13"
}

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

0 comments on commit 62f99bc

Please sign in to comment.