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

Commit f69c268

Browse files
authored
Merge pull request #81 from HPI-de/release/0.0.14
Release v0.0.14
2 parents f87ea49 + 34a45f7 commit f69c268

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

.unicornfig.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
unicornVersion: "0.0.1"
33
type: "OTHER"
44
name: "hpi-cloud-apis"
5-
description: "This repository contains the original interface definitions of public\
5+
description:
6+
"This repository contains the original interface definitions of public\
67
\ HPI Cloud APIs that support the gRPC protocol. Reading the original interface\
78
\ definitions can provide a better understanding of HPI Cloud APIs and help you\
89
\ to utilize them more efficiently. You can also use these definitions with open\
910
\ source tools to generate client libraries, documentation, and other artifacts."
10-
version: "0.0.13"
11+
version: "0.0.14"
1112
githubName: "HPI-de/hpi-cloud-apis"

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1818

1919
## [Unreleased]
2020

21+
## [0.0.14] - 2020-02-20
22+
### Added
23+
- **feat:** add counter entity & offer_title to MenuItem
24+
- **sudo:** add service for retrieving generic data from our DB
25+
2126
## [0.0.13] - 2019-12-20
2227
### Added
2328
- **club:** add service for retrieving HPI student clubs
@@ -103,7 +108,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
103108
Initial release with NewsService.
104109

105110

106-
[Unreleased]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.13...dev
111+
[Unreleased]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.14...dev
112+
[0.0.14]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.13...0.0.14
107113
[0.0.13]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.12...0.0.13
108114
[0.0.12]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.11...0.0.12
109115
[0.0.11]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.10...0.0.11

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ext {
3535
githubReleaseNotes = 'CHANGELOG.md'
3636
allLicenses = ["Apache-2.0"]
3737

38-
libraryVersion = "0.0.13"
38+
libraryVersion = "0.0.14"
3939
}
4040

4141
task sourcesJar(type: Jar, dependsOn: classes) {

0 commit comments

Comments
 (0)