diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ec1e61..f0b3799 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v1.2.0](https://github.com/lonnieezell/myth-auth/tree/v1.2.0) (2022-07-13) + +[Full Changelog](https://github.com/lonnieezell/myth-auth/compare/v1.1.0...v1.2.0) + +**Merged pull requests:** + +- Alternate Models [\#545](https://github.com/lonnieezell/myth-auth/pull/545) ([MGatner](https://github.com/MGatner)) + ## [v1.1.0](https://github.com/lonnieezell/myth-auth/tree/v1.1.0) (2022-07-13) [Full Changelog](https://github.com/lonnieezell/myth-auth/compare/v1.0.1...v1.1.0) diff --git a/docs/_changes.md b/docs/_changes.md index a2c9682..d2b8537 100644 --- a/docs/_changes.md +++ b/docs/_changes.md @@ -2,6 +2,12 @@ ## Unreleased +_No changes yet_ + +## 1.2.0 + +Released July 13, 2022 + Enhancements: - Added alternate authorization Models with stronger typing