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 Feb 20, 2020
1 parent f87ea49 commit 34a45f7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .unicornfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
unicornVersion: "0.0.1"
type: "OTHER"
name: "hpi-cloud-apis"
description: "This repository contains the original interface definitions of public\
description:
"This repository contains the original interface definitions of public\
\ HPI Cloud APIs that support the gRPC protocol. Reading the original interface\
\ 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.13"
version: "0.0.14"
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 @@ -18,6 +18,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.0.14] - 2020-02-20
### Added
- **feat:** add counter entity & offer_title to MenuItem
- **sudo:** add service for retrieving generic data from our DB

## [0.0.13] - 2019-12-20
### Added
- **club:** add service for retrieving HPI student clubs
Expand Down Expand Up @@ -103,7 +108,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.13...dev
[Unreleased]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.14...dev
[0.0.14]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.13...0.0.14
[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
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.13"
libraryVersion = "0.0.14"
}

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

0 comments on commit 34a45f7

Please sign in to comment.