Skip to content

Commit e2f5d09

Browse files
author
Dean Karn
authored
Update CHANGELOG.md
1 parent 70eaa3f commit e2f5d09

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [5.3.0] - 2023-04-14
10+
### Fixed
11+
- Added Error interface for Link.
12+
913
## [5.2.3] - 2022-05-30
1014
### Fixed
1115
- Fixed errors.As wrapper, linter is wrong.
@@ -29,8 +33,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2933
- Updated deps.
3034

3135

32-
[Unreleased]: https://github.com/go-playground/errors/compare/v5.2.3...HEAD
36+
[Unreleased]: https://github.com/go-playground/errors/compare/v5.3.0...HEAD
37+
[5.3.0]: https://github.com/go-playground/errors/compare/v5.2.3...v5.3.0
3338
[5.2.3]: https://github.com/go-playground/errors/compare/v5.2.2...v5.2.3
3439
[5.2.2]: https://github.com/go-playground/errors/compare/v5.2.1...v5.2.2
3540
[5.2.1]: https://github.com/go-playground/errors/compare/v5.2.0...v5.2.1
36-
[5.2.0]: https://github.com/go-playground/errors/compare/v5.1.1...v5.2.0
41+
[5.2.0]: https://github.com/go-playground/errors/compare/v5.1.1...v5.2.0

0 commit comments

Comments
 (0)