From 7696dfb47197b37c214da293d4b5040fbe685b16 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 8 Aug 2023 19:00:40 +0000 Subject: [PATCH] chore(release): 1.0.9 [skip ci] ## [1.0.9](https://github.com/lateflip-io/Bulwark.Auth/compare/v1.0.8...v1.0.9) (2023-08-08) ### Bug Fixes * adds email validation and password policies ([35de2aa](https://github.com/lateflip-io/Bulwark.Auth/commit/35de2aab2bc6f328d6b06fb1f26928f581170a28)) --- src/Bulwark.Auth/Bulwark.Auth.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bulwark.Auth/Bulwark.Auth.csproj b/src/Bulwark.Auth/Bulwark.Auth.csproj index f501c24..c2dabf5 100644 --- a/src/Bulwark.Auth/Bulwark.Auth.csproj +++ b/src/Bulwark.Auth/Bulwark.Auth.csproj @@ -4,7 +4,7 @@ net7.0 true Linux - 1.0.8 + 1.0.9 Bulwark Auth A simple JWT authtication system lateflip.io