Skip to content

Commit 6853606

Browse files
committed
chore: release v0.2.0
1 parent f91f89b commit 6853606

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Changelog
22

3-
## unreleased
3+
## v0.2.0
44

55
- support client roles
66
- add common claims that Keycloak provides by default (`iss`, `aud`, `iat`, `jti` and `azp`)
77
- change the type of the `sub` claim from `String` to `Uuid`
88
- improve debug logs
99

10-
## 0.1.0
10+
## v0.1.0
1111

1212
Initial release

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.1.0"
3+
version = "0.2.0"
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)