From 5114654fdde392b2a0910b643f4bfcc0de9ab92b Mon Sep 17 00:00:00 2001 From: James Edmonston Date: Sat, 7 Jan 2023 22:14:49 +0000 Subject: [PATCH] Fix changelog headings --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29d44e5..ac5402b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## 2.2.0 - 2023-01-07 -## Added +### Added - Added support for Microsoft OAuth sign in - Added `deleteSocialAccount` mutation, for deleting password-less accounts. Throws an error if run on an account with a password ([#110](https://github.com/jamesedmonston/graphql-authentication/issues/110)) -## Changed +### Changed -## Fixed +### Fixed - Fixed issue with accounts not automatically activating ([#114](https://github.com/jamesedmonston/graphql-authentication/pull/114), thanks [@Stalex89](https://github.com/Stalex89)!) - Fixed issue with plugin's field restrictions not applying to public schema ([#109](https://github.com/jamesedmonston/graphql-authentication/pull/109), thanks [@Zsavajji](https://github.com/Zsavajji)!)