From 13941aa7232765efc671c6d0d6e1a8c0d4704603 Mon Sep 17 00:00:00 2001 From: Wade Simmons Date: Fri, 17 Jan 2020 12:29:42 -0500 Subject: [PATCH] Prepare for 1.1.0 release. (#167) Update the changelog to mark today as the release day for 1.1.0. --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 734f75e..1dbd580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] - 2020-01-17 + ### Added - For macOS and Windows, build a special version of the binary that can install @@ -45,5 +47,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial public release. -[Unreleased]: https://github.com/slackhq/nebula/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/slackhq/nebula/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/slackhq/nebula/releases/tag/v1.1.0 [1.0.0]: https://github.com/slackhq/nebula/releases/tag/v1.0.0