From 030df62690e48aa5b52a8f1bf1f370274f44cdea Mon Sep 17 00:00:00 2001 From: Matthew Mauer Date: Tue, 21 Apr 2026 13:15:55 -0400 Subject: [PATCH 1/2] bump version to 0.24.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b168fcf..ee985e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "propelauth" -version = "0.23.4" +version = "0.24.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"] From ed65cb624538354306a4fb63d926c6750a22a828 Mon Sep 17 00:00:00 2001 From: Matthew Mauer Date: Tue, 21 Apr 2026 13:24:46 -0400 Subject: [PATCH 2/2] correct to 0.23.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ee985e7..d0a1363 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "propelauth" -version = "0.24.0" +version = "0.23.5" 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"]