Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Mar 1, 2018
1 parent c01e48a commit 04f250b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions template/0000-use-markdown-architectural-decision-records.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ 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 <https://github.com/joelparkerhenderson/architecture_decision_record>
* No records

## 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.

0 comments on commit 04f250b

Please sign in to comment.