Comparing version 2.0.0 to 2.0.1
@@ -7,2 +7,7 @@ # Changelog | ||
## [2.0.1] - 2018-03-07 | ||
### Fixed | ||
- State MADR 2.0.1 also in template's ADR-0000. | ||
## [2.0.0] - 2018-03-07 | ||
@@ -9,0 +14,0 @@ |
@@ -14,3 +14,3 @@ { | ||
], | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"homepage": "https://adr.github.io/madr/", | ||
@@ -17,0 +17,0 @@ "author": "Oliver Kopp (http://github.com/koppor/)", |
@@ -8,3 +8,3 @@ # Use Markdown Architectural Decision Records | ||
* Use [MADR](https://adr.github.io/madr/) 1.4.0 - The Markdown Architectural Decision Records | ||
* Use [MADR](https://adr.github.io/madr/) 2.0.1 - The Markdown Architectural Decision Records | ||
* [Michael Nygard's template](http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions) - The first incarnation of the term "ADR". Maintainable by [adr-tools](https://github.com/npryce/adr-tools). | ||
@@ -17,3 +17,3 @@ * [Sustainable Architectural Decisions](https://www.infoq.com/articles/sustainable-architectural-design-decisions) - The Y-Statements | ||
Chosen option: MADR 1.4.0, because: | ||
Chosen option: MADR 2.0.1, because: | ||
- Implicit assumptions should be made explicit. | ||
@@ -23,2 +23,2 @@ Design documentation is important to enable people understanding the decisions later on. | ||
- The MADR template is lean and fits our development style. | ||
- Version 1.4.0 is the latest one available when starting to document ADRs. | ||
- Version 2.0.1 is the latest one available when starting to document ADRs. |
22919