From 34a45f7258842f5df3c9ad9059dc85a336114973 Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Thu, 20 Feb 2020 20:24:24 +0100 Subject: [PATCH] chore: prepare release --- .unicornfig.yml | 5 +++-- CHANGELOG.md | 8 +++++++- build.gradle | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.unicornfig.yml b/.unicornfig.yml index 742e76a..0b975e0 100644 --- a/.unicornfig.yml +++ b/.unicornfig.yml @@ -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" diff --git a/CHANGELOG.md b/CHANGELOG.md index 889014a..37a1b6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/build.gradle b/build.gradle index 3e18774..8084661 100644 --- a/build.gradle +++ b/build.gradle @@ -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) {