Skip to content

Commit 0c4ef1c

Browse files
committed
chore(release): 6.0.0-alpha.2 [skip ci]
1 parent d08e658 commit 0c4ef1c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [6.0.0-alpha.2](https://github.com/gravitee-io/gravitee-policy-jwt/compare/6.0.0-alpha.1...6.0.0-alpha.2) (2024-11-13)
2+
3+
4+
### Features
5+
6+
* support custom token type header ([d08e658](https://github.com/gravitee-io/gravitee-policy-jwt/commit/d08e65834b2eaf111dc9bdeeaa54223160a10fa4))
7+
18
# [6.0.0-alpha.1](https://github.com/gravitee-io/gravitee-policy-jwt/compare/5.1.0...6.0.0-alpha.1) (2024-11-12)
29

310

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>io.gravitee.policy</groupId>
2424
<artifactId>gravitee-policy-jwt</artifactId>
25-
<version>6.0.0-alpha.1</version>
25+
<version>6.0.0-alpha.2</version>
2626

2727
<name>Gravitee.io APIM - Policy - JWT</name>
2828
<description>Validate the token signature and expiration date before sending the API call to the target backend</description>

0 commit comments

Comments
 (0)