diff --git a/CHANGELOG.md b/CHANGELOG.md index 440d184..8e50bb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/jgiovaresco/apim-samples/compare/1.6.0...1.7.0) (2023-01-22) + + +### Features + +* rest echo can handle non json request ([d87a191](https://github.com/jgiovaresco/apim-samples/commit/d87a1918802607e66bc7259c470b8b7f9b8774a3)) + # [1.6.0](https://github.com/jgiovaresco/apim-samples/compare/1.5.0...1.6.0) (2023-01-13) diff --git a/helm/src/main/helm/Chart.yaml b/helm/src/main/helm/Chart.yaml index 11904ba..d9cd4bf 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.6.0 -appVersion: "1.6.0" +version: 1.7.0 +appVersion: "1.7.0" description: A Helm chart to deploy apim-samples in Kubernetes type: application