From 81a455e2abd8526d0184117ab591020111fc78b9 Mon Sep 17 00:00:00 2001 From: Ollie Read Date: Thu, 18 Nov 2021 12:42:17 +0000 Subject: [PATCH] release: Bump version --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7706983..a5578a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.1] - 2021-11-18 +### Fixed +- Fixed issue where the wrong `BelongsToMany` was imported + ## [1.2.0] - 2021-01-05 ### Changed - Added support for PHP 8 @@ -20,7 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0] - 2020-07-07 - Initial release -[Unreleased]: https://github.com/olliecodes/eloquent-identity/compare/v1.2.0...master +[Unreleased]: https://github.com/olliecodes/eloquent-identity/compare/v1.2.1...main +[1.2.0]: https://github.com/olliecodes/eloquent-identity/releases/tag/v1.2.1 [1.2.0]: https://github.com/olliecodes/eloquent-identity/releases/tag/v1.2.0 [1.1.0]: https://github.com/olliecodes/eloquent-identity/releases/tag/v1.1.0 [1.0.0]: https://github.com/olliecodes/eloquent-identity/releases/tag/v1.0.0 \ No newline at end of file