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
graviteeio committed Mar 17, 2023
1 parent 5b26345 commit b34b505
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [2.0.0](https://github.com/gravitee-io/gravitee-policy-override-http-method/compare/1.3.0...2.0.0) (2023-03-17)


### Bug Fixes

* **deps:** bump dependencies ([5b26345](https://github.com/gravitee-io/gravitee-policy-override-http-method/commit/5b26345a0e988a39e6d8df4fd50ec3d1d452992b))
* rename 'jupiter' package in 'reactive' ([2a613bf](https://github.com/gravitee-io/gravitee-policy-override-http-method/commit/2a613bfd2ed05249ff033e5a3d9fddec51051f06))


### Features

* modify the request method in v4 ([c1388a4](https://github.com/gravitee-io/gravitee-policy-override-http-method/commit/c1388a41e51b6de6afc5e01c661097423550d3f4))


### BREAKING CHANGES

* Requires APIM 3.20 minimum because it requires RxJava3.
With V4 Api definition, the request's method is directly overridden.

# [2.0.0-alpha.2](https://github.com/gravitee-io/gravitee-policy-override-http-method/compare/2.0.0-alpha.1...2.0.0-alpha.2) (2023-03-13)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>io.gravitee.policy</groupId>
<artifactId>gravitee-policy-override-http-method</artifactId>
<version>2.0.0-alpha.2</version>
<version>2.0.0</version>

<name>Gravitee.io APIM - Policy - Override HTTP Method</name>
<description>Description of the override HTTP request method Gravitee Policy</description>
Expand Down

0 comments on commit b34b505

Please sign in to comment.