Skip to content

Commit

Permalink
chore(release): 4.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 d4c0ba2 commit 3b3408a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [4.0.0](https://github.com/gravitee-io/gravitee-policy-apikey/compare/3.2.1...4.0.0) (2023-07-18)


### Bug Fixes

* bump dependencies versions ([486e5a1](https://github.com/gravitee-io/gravitee-policy-apikey/commit/486e5a11d3bd168f48733b4139cb29746ef99805))
* properly handle api key extraction ([1baff1e](https://github.com/gravitee-io/gravitee-policy-apikey/commit/1baff1ea2bb33cf8173d18f47551a6f8f6e6f101))
* rationalize API Key spelling and casing ([896140b](https://github.com/gravitee-io/gravitee-policy-apikey/commit/896140b6ba0af1624ac6c18f0e5e3ad4499a87ea))
* simplify unauthorized message ([5dfb9d7](https://github.com/gravitee-io/gravitee-policy-apikey/commit/5dfb9d7e994cfb8c6195665b2a2fe31f72424e1e))


### chore

* **deps:** update gravitee-parent ([3e2225e](https://github.com/gravitee-io/gravitee-policy-apikey/commit/3e2225e6501b5a2a65f3cc593d792d713758b8f2))


### BREAKING CHANGES

* **deps:** require Java17
* use apim version 4

# [4.0.0-alpha.4](https://github.com/gravitee-io/gravitee-policy-apikey/compare/4.0.0-alpha.3...4.0.0-alpha.4) (2023-07-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-apikey</artifactId>
<version>4.0.0-alpha.4</version>
<version>4.0.0</version>

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

0 comments on commit 3b3408a

Please sign in to comment.