Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesedmonston committed Aug 26, 2024
1 parent 9b5adee commit fb83d28
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 3.0.0-RC1 - 2024-08-26

### Added

- Added Craft 5 support ([#149](https://github.com/jamesedmonston/graphql-authentication/issues/149))
- Added option to disable password verification when using `deleteAccount` mutation ([#133](https://github.com/jamesedmonston/graphql-authentication/issues/133))

### Fixed

- Element query executed before Craft is fully initialized ([#140](https://github.com/jamesedmonston/graphql-authentication/issues/140))
- Inefficiency in authenticate mutation ([#137](https://github.com/jamesedmonston/graphql-authentication/issues/137))
- Fixed issue with `forgottenPassword` mutation sending emails for suspended users ([#134](https://github.com/jamesedmonston/graphql-authentication/issues/134))

## 2.5.0 - 2023-07-01

### Added
Expand Down

0 comments on commit fb83d28

Please sign in to comment.