Skip to content

Commit

Permalink
chore: release 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 13, 2023
1 parent c1a6d30 commit b376251
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions 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)


Expand Down
4 changes: 2 additions & 2 deletions 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

0 comments on commit b376251

Please sign in to comment.