From 3d54e8939f69d0e4d4e079ddf644329fb33fbda6 Mon Sep 17 00:00:00 2001 From: Matthew Mauer Date: Tue, 21 Jan 2025 12:00:59 -0500 Subject: [PATCH] bump version to 0.21.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c638f9..bc34528 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "propelauth" -version = "0.20.0" +version = "0.21.0" authors = ["support@propelauth.com"] description = "A Rust crate for managing authentication and authorization with support for multi-tenant / B2B products, powered by PropelAuth" keywords = ["authentication", "auth", "authorization", "b2b", "tenant"]