From 04f250b2d207aee223df74a9ea72284d5cd515e4 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Thu, 1 Mar 2018 07:35:15 +0100 Subject: [PATCH] Release 1.4.0 --- CHANGELOG.md | 5 +++-- .../0000-use-markdown-architectural-decision-records.md | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d92af7..be550b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [1.4.0] - 2018-03-01 ### Added - Version of MADR into [ADR-0000](template/0000-use-markdown-architectural-decision-records.md) of the template. Fixes [#5](https://github.com/adr/madr/issues/5) @@ -65,7 +65,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). First release of Markdown Architectural Decision Records. -[Unreleased]: https://github.com/adr/madr/compare/1.3.1...master +[Unreleased]: https://github.com/adr/madr/compare/1.4.0...master +[1.4.0]: https://github.com/adr/madr/compare/1.3.1...1.4.0 [1.3.1]: https://github.com/adr/madr/compare/1.3.0...1.3.1 [1.3.0]: https://github.com/adr/madr/compare/1.2.0...1.3.0 [1.2.0]: https://github.com/adr/madr/compare/1.1.1...1.2.0 diff --git a/template/0000-use-markdown-architectural-decision-records.md b/template/0000-use-markdown-architectural-decision-records.md index f76fb49..0dad30a 100644 --- a/template/0000-use-markdown-architectural-decision-records.md +++ b/template/0000-use-markdown-architectural-decision-records.md @@ -5,7 +5,7 @@ And if we do, how to structure these recordings? ## Considered Options -* Use [MADR](https://adr.github.io/madr/) 1.3.1 - The Markdown Architectural Decision Records +* Use [MADR](https://adr.github.io/madr/) 1.4.0 - 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). * [Sustainable Architectural Decisions](https://www.infoq.com/articles/sustainable-architectural-design-decisions) - The Y-Statements * Other templates listed at @@ -13,9 +13,9 @@ And if we do, how to structure these recordings? ## Decision Outcome -Chosen option: MADR 1.3.1, because: +Chosen option: MADR 1.4.0, because: - Implicit assumptions should be made explicit. Design documentation is important to enable people understanding the decisions later on. See also [A rational design process: How and why to fake it](https://doi.org/10.1109/TSE.1986.6312940). - The MADR template is lean and fits our development style. -- Version 1.3.1 is the latest one available when starting to document ADRs. +- Version 1.4.0 is the latest one available when starting to document ADRs.