diff --git a/CHANGELOG.md b/CHANGELOG.md index 2114669..679e588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,13 @@ and this project adheres to [Haskell Package Versioning Policy](https://pvp.hask ## [Unreleased] +## [0.1.0.0] - 30.05.2025 + ### Added - First version. Released on an unsuspecting world. - Let users extend the built-in diff types with custom diffs via the `SpecialDiff` class in [#9](https://github.com/fpringle/generic-diff/pull/9). - Add example implementations of `SpecialDiff` for `containers` types in [#10](https://github.com/fpringle/generic-diff/pull/10). -[unreleased]: https://github.com/fpringle/generic-diff/compare/74b5028...HEAD +[unreleased]: https://github.com/fpringle/generic-diff/compare/v0.1.0.0...HEAD +[0.1.0.0]: https://github.com/fpringle/generic-diff/releases/tag/v0.1.0.0