From ea562fd1e69cc8c7d6302c04a453aca3d093e323 Mon Sep 17 00:00:00 2001 From: Andrew Israel Date: Thu, 6 Mar 2025 10:27:58 -0800 Subject: [PATCH] Bump version for ignore_domain_restrictions --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef23370..a81b5e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "propelauth" -version = "0.22.1" +version = "0.22.2" 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"]