Skip to content

Commit

Permalink
chore: release v0.4.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dsferruzza committed Sep 22, 2021
1 parent 516c086 commit 4f70d71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## unreleased
## v0.4.0-beta.1

- handle extraction and parsing of custom JWT claims
- add a way to access parsed roles from handlers (every Keycloak role contained in the JWT)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-web-middleware-keycloak-auth"
version = "0.3.0"
version = "0.4.0-beta.1"
authors = ["David Sferruzza <david.sferruzza@gmail.com>"]
edition = "2018"
description = "A middleware for Actix Web that handles authentication with a JWT emitted by Keycloak"
Expand Down

0 comments on commit 4f70d71

Please sign in to comment.