From b376251bd3d7c5297599c67cb9092756c47ef268 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Apr 2023 13:26:15 +0000 Subject: [PATCH] chore: release 2.0.0 [skip ci] --- CHANGELOG.md | 14 ++++++++++++++ helm/src/main/helm/Chart.yaml | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b6ec7c..9725f18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [2.0.0](https://github.com/jgiovaresco/apim-samples/compare/1.8.0...2.0.0) (2023-04-13) + + +### Features + +* add an avro serde endpoint ([c1a6d30](https://github.com/jgiovaresco/apim-samples/commit/c1a6d30bc3819f44cccd3bcac4f50e9008ceb558)) +* improve generate endpoint to generate a json matching a schema ([278d8e0](https://github.com/jgiovaresco/apim-samples/commit/278d8e0755a4231ba5000aed9a914ae4993981a4)) +* move /avro route under /avro/generate ([5d57ef1](https://github.com/jgiovaresco/apim-samples/commit/5d57ef1f0508352b43f3c9b8c1b475dacd35d4b9)) + + +### BREAKING CHANGES + +* The route /avro has been moved to /avro/generate + # [1.8.0](https://github.com/jgiovaresco/apim-samples/compare/1.7.0...1.8.0) (2023-03-02) diff --git a/helm/src/main/helm/Chart.yaml b/helm/src/main/helm/Chart.yaml index a454417..e5248e8 100644 --- a/helm/src/main/helm/Chart.yaml +++ b/helm/src/main/helm/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: apim-samples -version: 1.8.0 -appVersion: "1.8.0" +version: 2.0.0 +appVersion: "2.0.0" description: A Helm chart to deploy apim-samples in Kubernetes type: application