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 Jul 18, 2023
1 parent 57e2c4a commit a0825db
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# [2.0.0](https://github.com/gravitee-io/gravitee-policy-latency/compare/1.4.1...2.0.0) (2023-07-18)


### Bug Fixes

* use latest reactor alpha version ([ba71aa5](https://github.com/gravitee-io/gravitee-policy-latency/commit/ba71aa5a2dfaaf043758b79d09bc340c19d34fbd))
* use new execution mode V4 Emulation ([daa50ce](https://github.com/gravitee-io/gravitee-policy-latency/commit/daa50ce2bf48449136881774077f95b86539b5b3))


### chore

* **deps:** update gravitee-parent ([be6cd89](https://github.com/gravitee-io/gravitee-policy-latency/commit/be6cd89067fc0ca3a599072a8f79a2ad4b6c62fe))


### Features

* add support of message level latency ([8d25c60](https://github.com/gravitee-io/gravitee-policy-latency/commit/8d25c604752a9b06edfe9e9ac9e82992f2b35547))
* clean and validate json schema for v4 ([23ea199](https://github.com/gravitee-io/gravitee-policy-latency/commit/23ea1995f46298b68b6baa15f45e340952306a90))


### BREAKING CHANGES

* **deps:** require Java17
* this version is using the latest dependencies introduced by Gravitee V4.0

# [2.0.0-alpha.4](https://github.com/gravitee-io/gravitee-policy-latency/compare/2.0.0-alpha.3...2.0.0-alpha.4) (2023-06-29)


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-latency</artifactId>
<version>2.0.0-alpha.4</version>
<version>2.0.0</version>
<packaging>jar</packaging>
<name>Gravitee.io APIM - Policy - Latency</name>
<description>Description of the Latency Gravitee Policy</description>
Expand Down

0 comments on commit a0825db

Please sign in to comment.