Skip to content

Commit

Permalink
chore: release 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 21, 2024
1 parent 536e459 commit adbc8d0
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 @@
# [3.0.0](https://github.com/jgiovaresco/apim-samples/compare/2.1.0...3.0.0) (2024-01-21)


### Code Refactoring

* move to quarkus ([#165](https://github.com/jgiovaresco/apim-samples/issues/165)) ([4d9b917](https://github.com/jgiovaresco/apim-samples/commit/4d9b9171c3992eb4803cb1e727a623e7c6708016))


### BREAKING CHANGES

* WebSocket moved to HTTP server instead of a dedicated
server
gRPC server moved to HTTP server instead of a dedicated server

# [2.1.0](https://github.com/jgiovaresco/apim-samples/compare/2.0.1...2.1.0) (2024-01-17)


Expand Down
4 changes: 2 additions & 2 deletions helm/src/main/helm/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v2
name: apim-samples
version: 2.1.0
appVersion: "2.1.0"
version: 3.0.0
appVersion: "3.0.0"
description: A Helm chart to deploy apim-samples in Kubernetes
type: application

0 comments on commit adbc8d0

Please sign in to comment.