From 06c9bba6cac263b68e45f2a1cedc0381a8425664 Mon Sep 17 00:00:00 2001 From: pfvatterott Date: Fri, 4 Apr 2025 10:56:19 -0600 Subject: [PATCH] Bump version to 0.23.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c322a6..4e23ea4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "propelauth" -version = "0.23.1" +version = "0.23.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"]