From 572ace9c27a3cafe4240ffa014d2e3a7551e1603 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Fri, 13 Sep 2024 00:14:05 +1000 Subject: [PATCH] version 1.0.33 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1998e07..895096b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.33 - 2024-09-13 + +### Added +- Add Microsoft Entra provider. + ## 1.0.32 - 2024-08-29 ### Fixed diff --git a/composer.json b/composer.json index 6a29353..a5054c4 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "verbb/auth", "description": "A Craft CMS module to make working with authentication for third-parties a breeze.", - "version": "1.0.32", + "version": "1.0.33", "support": { "email": "support@verbb.io", "issues": "https://github.com/verbb/auth/issues?state=open",