diff options
author | 2023-01-23 11:30:21 -0800 | |
---|---|---|
committer | 2023-01-23 11:30:21 -0800 | |
commit | 2bf3065993f2fa7ec0c2318c75693008f827b8ed (patch) | |
tree | c62f3a31a84b6debc18f5f9e779c6ec4b85c415d /CHANGELOG.md | |
parent | 4a2550ca87f9fcbb34a1ee122ec4d1729dff0ca2 (diff) | |
download | sally-2bf3065993f2fa7ec0c2318c75693008f827b8ed.tar.gz sally-2bf3065993f2fa7ec0c2318c75693008f827b8ed.tar.zst sally-2bf3065993f2fa7ec0c2318c75693008f827b8ed.zip |
Fix typo on release notes (#74)
Release notes for v1.3.0 had an incorrect link for changes included
in v1.3.0; fixing this before we actually tag a release with this.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 813c427..7bc6250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use a fluid layout for the index page. This renders better on narrow screens. -[1.3.0]: https://github.com/uber-go/sally/compare/v1.2.0...HEAD +[1.3.0]: https://github.com/uber-go/sally/compare/v1.2.0...v1.3.0 ## [1.2.0] - 2022-05-17 ### Added |