Skip to content

Commit 4035057

Browse files
committed
Release 2.1.0
1 parent 41e0a6a commit 4035057

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
We refer to [GitHub issues](https://github.com/adr/adr-log/issues) by using `#NUM`.
88

9-
## [unreleased]
9+
## [2.1.0]
1010

1111
### Added
1212

@@ -59,7 +59,8 @@ We refer to [GitHub issues](https://github.com/adr/adr-log/issues) by using `#NU
5959

6060
Initial version of adr-log.
6161

62-
[unreleased]: https://github.com/adr/adr-log/compare/adr:2.0.0...master
62+
[unreleased]: https://github.com/adr/adr-log/compare/adr:2.1.0...master
63+
[2.0.0]: https://github.com/adr/adr-log/compare/adr:2.0.0...2.1.0
6364
[2.0.0]: https://github.com/adr/adr-log/compare/adr:1.1.0...2.0.0
6465
[1.1.0]: https://github.com/adr/adr-log/compare/adr:1.0.1...1.1.0
6566
[1.0.1]: https://github.com/adr/adr-log/compare/adr:1.0.0...1.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "adr-log",
33
"description": "Generate an architectural decision log out of architectural decision records (ADRs).",
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"homepage": "https://adr.github.io/adr-log/",
66
"author": "Oliver Kopp (http://github.com/koppor/)",
77
"conttributors": [

0 commit comments

Comments
 (0)