diff options
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c43dbab..a63e101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [Unreleased] +## [1.2.0] - 2021-01-13 ### Added - Use Go Modules instead of Go Dep. - Add docker build. @@ -36,7 +36,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added - First release. -[Unreleased]: https://github.com/thousandeyes/shoelaces/compare/v1.1.0...HEAD +[1.2.0]: https://github.com/thousandeyes/shoelaces/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/thousandeyes/shoelaces/compare/v1.0.2...v1.1.0 [1.0.2]: https://github.com/thousandeyes/shoelaces/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/thousandeyes/shoelaces/compare/v1.0.0...v1.0.1 |