diff --git a/CHANGELOG.md b/CHANGELOG.md index a4fffc4c..ff97df61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased -For a full diff see [`1.1.0...main`][1.1.0...main]. +For a full diff see [`1.2.0...main`][1.2.0...main]. + +## [`1.2.0`][1.2.0] + +For a full diff see [`1.1.0...1.2.0`][1.1.0...1.2.0]. + +### Changed +- +- Dropped support for PHP 7.3 ([#922]), by [@localheinz] + +## [`1.1.0`][1.1.0] + +For a full diff see [`1.0.0...1.1.0`][1.0.0...1.1.0]. ### Changed - Allowed installation of `doctrine/collections:^2.0.0` ([#912]), by [@OskarStark] -- Dropped support for PHP 7.3 ([#922]), by [@localheinz] ## [`1.0.0`][1.0.0] @@ -191,6 +202,7 @@ For a full diff see [`fa9c564...0.1.0`][fa9c564...0.1.0]. [0.6.0]: https://github.com/ergebnis/factory-bot/releases/tag/0.6.0 [1.0.0]: https://github.com/ergebnis/factory-bot/releases/tag/1.0.0 [1.1.0]: https://github.com/ergebnis/factory-bot/releases/tag/1.1.0 +[1.2.0]: https://github.com/ergebnis/factory-bot/releases/tag/1.2.0 [fa9c564...0.1.0]: https://github.com/ergebnis/factory-bot/compare/fa9c564...0.1.0 [0.1.0...0.2.0]: https://github.com/ergebnis/factory-bot/compare/0.1.0...0.2.0 @@ -203,7 +215,8 @@ For a full diff see [`fa9c564...0.1.0`][fa9c564...0.1.0]. [0.5.0...0.6.0]: https://github.com/ergebnis/factory-bot/compare/0.5.0...0.6.0 [0.6.0...1.0.0]: https://github.com/ergebnis/factory-bot/compare/0.6.0...1.0.0 [1.0.0...1.1.0]: https://github.com/ergebnis/factory-bot/compare/1.0.0...1.1.0 -[1.1.0...main]: https://github.com/ergebnis/factory-bot/compare/1.1.0...main +[1.1.0...1.2.0]: https://github.com/ergebnis/factory-bot/compare/1.1.0...1.2.0 +[1.2.0...main]: https://github.com/ergebnis/factory-bot/compare/1.2.0...main [#1]: https://github.com/ergebnis/factory-bot/pull/1 [#3]: https://github.com/ergebnis/factory-bot/pull/3