diff --git a/CHANGELOG.md b/CHANGELOG.md index 841714c..1f42f71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.1.0] - 2020-01-29 ### Added - Support for labels using unsigned integers. @@ -51,7 +53,8 @@ If you're migrating from a `v0.x.y`, you will need to: ### Added - All the code for the initial open source release -[Unreleased]: https://github.com/cabify/gotoprom/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/cabify/gotoprom/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/cabify/gotoprom/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/cabify/gotoprom/compare/v0.3.0...v1.0.0 [0.3.0]: https://github.com/cabify/gotoprom/compare/v0.2.1...v0.3.0 [0.2.1]: https://github.com/cabify/gotoprom/compare/v0.2.0...v0.2.1