Skip to content

Commit 4f70d71

Browse files
committed
chore: release v0.4.0-beta.1
1 parent 516c086 commit 4f70d71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## unreleased
3+
## v0.4.0-beta.1
44

55
- handle extraction and parsing of custom JWT claims
66
- add a way to access parsed roles from handlers (every Keycloak role contained in the JWT)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-web-middleware-keycloak-auth"
3-
version = "0.3.0"
3+
version = "0.4.0-beta.1"
44
authors = ["David Sferruzza <david.sferruzza@gmail.com>"]
55
edition = "2018"
66
description = "A middleware for Actix Web that handles authentication with a JWT emitted by Keycloak"

0 commit comments

Comments
 (0)