Skip to content

Commit 07a3a2e

Browse files
author
Dean Karn
authored
fix changelog (#15)
1 parent be9c10b commit 07a3a2e

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.2.1] - 2022-05-30
10+
### Fixed
11+
- Changelog pointing to wrong repo.
12+
913
## [5.2.0] - 2022-05-28
1014
### Added
1115
- Wrap check for nil errors which will now panic to indicate a larger issue, the caller NOT checking an error value. This caused a panic when trying to print the error if nil error was wrapped.
@@ -17,5 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1721
- Updated deps.
1822

1923

20-
[Unreleased]: https://github.com/rust-playground/relay-rs/compare/v5.2.0...HEAD
21-
[5.2.0]: https://github.com/rust-playground/relay-rs/compare/v5.1.1...v5.2.0
24+
[Unreleased]: https://github.com/go-playground/errors/compare/v5.2.1...HEAD
25+
[5.2.1]: https://github.com/go-playground/errors/compare/v5.2.0...v5.2.1
26+
[5.2.0]: https://github.com/go-playground/errors/compare/v5.1.1...v5.2.0

0 commit comments

Comments
 (0)