diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3d62e2..92c98c0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,20 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased -For a full diff see [`3.0.1...main`][3.0.1...main]. - -## [`3.0.1`][3.0.1] - -For a full diff see [`3.0.0...3.0.1`][3.0.0...3.0.1]. - -### Fixed - -- Adjusted `ConfigHashNormalizer` to sort keys correctly ([#723]), by [@fredded] - -### Changed - -- Required `ergebnis/json-pointer:^3.0.0` and `ergebnis/json-schema-validator:^3.1.0` ([#697]), by [@localheinz] -- Required `ergebnis/json-pointer:^3.1.0` ([#698]), by [@dependabot] +For a full diff see [`3.0.0...main`][3.0.0...main]. ## [`3.0.0`][3.0.0] @@ -33,6 +20,12 @@ For a full diff see [`2.2.0...3.0.0`][2.2.0...3.0.0]. - Renamed `NormalizerInterface` to `Normalizer` ([#669]), by [@dependabot] - Renamed `Format\Formatter` to `Format\DefaultFormatter` ([#672]), by [@dependabot] - Renamed `Format\FormatterInterface` to `Format\Formatter` ([#673]), by [@dependabot] +- Required `ergebnis/json-pointer:^3.0.0` and `ergebnis/json-schema-validator:^3.1.0` ([#697]), by [@localheinz] +- Required `ergebnis/json-pointer:^3.1.0` ([#698]), by [@dependabot] + +### Fixed + +- Adjusted `ConfigHashNormalizer` to sort keys correctly ([#723]), by [@fredded] ## [`2.2.0`][2.2.0] @@ -422,8 +415,7 @@ For a full diff see [`5d8b3e2...0.1.0`][5d8b3e2...0.1.0]. [2.0.0...2.1.0]: https://github.com/ergebnis/json-normalizer/compare/2.0.0...2.1.0 [2.1.0...2.2.0]: https://github.com/ergebnis/json-normalizer/compare/2.1.0...2.2.0 [2.2.0...3.0.0]: https://github.com/ergebnis/json-normalizer/compare/2.2.0...3.0.0 -[3.0.0...3.0.1]: https://github.com/ergebnis/json-normalizer/compare/3.0.0...3.0.1 -[3.0.1...main]: https://github.com/ergebnis/json-normalizer/compare/3.0.1...main +[3.0.0...main]: https://github.com/ergebnis/json-normalizer/compare/3.0.0...main [#1]: https://github.com/ergebnis/json-normalizer/pull/1 [#2]: https://github.com/ergebnis/json-normalizer/pull/2