diff --git a/CHANGELOG.md b/CHANGELOG.md index 5892c12e..fe8c6fe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased -For a full diff see [`3.1.1...main`][3.1.1...main]. +For a full diff see [`3.2.0...main`][3.2.0...main]. + +## [`3.2.0`][3.2.0] + +For a full diff see [`3.1.1...3.2.0`][3.1.1...3.2.0]. - Dropped support for PHP 7.2 ([#404]), by [@localheinz] - Dropped support for PHP 7.3 ([#410]), by [@localheinz] @@ -119,6 +123,7 @@ For a full diff see [`8849fc6...1.0.0`][8849fc6...1.0.0]. [3.0.2]: https://github.com/ergebnis/json-printer/releases/tag/3.0.2 [3.1.0]: https://github.com/ergebnis/json-printer/releases/tag/3.1.0 [3.1.1]: https://github.com/ergebnis/json-printer/releases/tag/3.1.1 +[3.2.0]: https://github.com/ergebnis/json-printer/releases/tag/3.2.0 [8849fc6...1.0.0]: https://github.com/ergebnis/json-printer/compare/8849fc6...1.0.0 [1.0.0...1.1.0]: https://github.com/ergebnis/json-printer/compare/1.0.0...1.1.0 @@ -129,7 +134,8 @@ For a full diff see [`8849fc6...1.0.0`][8849fc6...1.0.0]. [3.0.1...3.0.2]: https://github.com/ergebnis/json-printer/compare/3.0.1...3.0.2 [3.0.2...3.1.0]: https://github.com/ergebnis/json-printer/compare/3.0.2...3.1.0 [3.1.0...3.1.1]: https://github.com/ergebnis/json-printer/compare/3.1.0...3.1.1 -[3.1.1...main]: https://github.com/ergebnis/json-printer/compare/3.1.1...main +[3.1.1...3.2.0]: https://github.com/ergebnis/json-printer/compare/3.1.1...3.2.0 +[3.2.0...main]: https://github.com/ergebnis/json-printer/compare/3.2.0...main [#33]: https://github.com/ergebnis/json-printer/pull/33 [#37]: https://github.com/ergebnis/json-printer/pull/37