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 330ecc5 commit 9d589b6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# [2.0.0](https://github.com/gravitee-io/gravitee-policy-assign-attributes/compare/1.5.1...2.0.0) (2023-07-18)


### Bug Fixes

* add missing breaking change and update compatibility matrix in README ([791eac8](https://github.com/gravitee-io/gravitee-policy-assign-attributes/commit/791eac8fda525b107de08066595b5d3a59f8404a))
* bump gravitee-parent to fix release to nexus ([e4d0957](https://github.com/gravitee-io/gravitee-policy-assign-attributes/commit/e4d0957b8a163b33936e784930d08c314bbea9ae))
* use new execution engine ([21ea3f7](https://github.com/gravitee-io/gravitee-policy-assign-attributes/commit/21ea3f757bfe3cd059be7e08f06a1e945f2056fa))


### chore

* **deps:** update gravitee-parent ([bd51e10](https://github.com/gravitee-io/gravitee-policy-assign-attributes/commit/bd51e10421397a468347c82acf2e99e66e6c9102))


### Features

* add message level support to policy ([676fc6f](https://github.com/gravitee-io/gravitee-policy-assign-attributes/commit/676fc6fca791edd28607b101f5c5009e6c66e9b0))
* clean and validate json schema for v4 ([f915aca](https://github.com/gravitee-io/gravitee-policy-assign-attributes/commit/f915acaf7cc90c16fe726b4f947bba4a56f76406))


### BREAKING CHANGES

* **deps:** require Java17
* This implementation is using the dependencies introduced by Gravitee V4.0

# [2.0.0-alpha.4](https://github.com/gravitee-io/gravitee-policy-assign-attributes/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-assign-attributes</artifactId>
<version>2.0.0-alpha.4</version>
<version>2.0.0</version>

<name>Gravitee.io APIM - Policy - Assign attributes</name>
<description>Description of the Assign attributes Policy</description>
Expand Down

0 comments on commit 9d589b6

Please sign in to comment.