From 4035057a285efdb2a7fe30d2e820f123fbb3c3c5 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Thu, 23 Nov 2017 00:48:52 +0100 Subject: [PATCH] Release 2.1.0 --- CHANGELOG.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e21d7b9..eca5fe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. We refer to [GitHub issues](https://github.com/adr/adr-log/issues) by using `#NUM`. -## [unreleased] +## [2.1.0] ### Added @@ -59,7 +59,8 @@ We refer to [GitHub issues](https://github.com/adr/adr-log/issues) by using `#NU Initial version of adr-log. -[unreleased]: https://github.com/adr/adr-log/compare/adr:2.0.0...master +[unreleased]: https://github.com/adr/adr-log/compare/adr:2.1.0...master +[2.0.0]: https://github.com/adr/adr-log/compare/adr:2.0.0...2.1.0 [2.0.0]: https://github.com/adr/adr-log/compare/adr:1.1.0...2.0.0 [1.1.0]: https://github.com/adr/adr-log/compare/adr:1.0.1...1.1.0 [1.0.1]: https://github.com/adr/adr-log/compare/adr:1.0.0...1.0.1 diff --git a/package.json b/package.json index 9988cf7..31edd25 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "adr-log", "description": "Generate an architectural decision log out of architectural decision records (ADRs).", - "version": "2.0.0", + "version": "2.1.0", "homepage": "https://adr.github.io/adr-log/", "author": "Oliver Kopp (http://github.com/koppor/)", "conttributors": [