From 711cb71785f763b283ecfd839900c6f3211aafb0 Mon Sep 17 00:00:00 2001 From: ymmt Date: Fri, 14 Sep 2018 16:40:01 +0900 Subject: [PATCH] Bump version to 1.1.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ada13c2..d72b939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [1.1.0] - 2018-09-14 ### Added - Opt in to [Go modules](https://github.com/golang/go/wiki/Modules). @@ -11,4 +13,5 @@ This project adheres to [Semantic Versioning](http://semver.org/). This is the first release. -[Unreleased]: https://github.com/cybozu-go/etcdutil/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/cybozu-go/etcdutil/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/cybozu-go/cmd/compare/v1.0.0...v1.1.0