Skip to content

Commit

Permalink
chore: release v0.4.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsferruzza committed Nov 5, 2021
1 parent 90f5849 commit d4cc69e
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.2

- support Actix Web 4.0.0-beta.10
- add passthrough policy setting to allow auth to be optional
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.4.0-beta.1"
version = "0.4.0-beta.2"
authors = ["David Sferruzza <david.sferruzza@gmail.com>"]
edition = "2021"
description = "A middleware for Actix Web that handles authentication with a JWT emitted by Keycloak"
Expand Down

0 comments on commit d4cc69e

Please sign in to comment.