From e97dcaef480182e97897718374a2325ab583e2b8 Mon Sep 17 00:00:00 2001 From: Henrik Hodne Date: Mon, 13 Feb 2017 11:51:54 +0100 Subject: [PATCH] Add changelog --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e2cfe71 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,35 @@ +# Change Log + +The format is based on [Keep a Changelog](http://keepachangelog.com/) and adheres to [Semantic Versioning](http://semver.org) as of version 1.0.0. + +## [Unreleased] +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## [1.0.0] - 2017-02-13 +Due to the lack of changelog and infrequent versioning up until version 1.0.0, no changelog is provided for older versions. Versions after 1.0.0 will have a changelog. + +### Added +- Project now adheres to semantic versioning. + +## [0.2.0] - 2015-08-31 +- No changelog was kept + +## [0.1.2] - 2015-06-19 +- No changelog was kept + +## [0.1.1] - 2015-06-19 +- No changelog was kept + +## 0.1.0 - 2015-06-19 +- Initial release + +[Unreleased]: https://github.com/travis-ci/jupiter-brain/compare/v1.0.0...master +[1.0.0]: https://github.com/travis-ci/jupiter-brain/compare/v0.2.0...v1.0.0 +[0.2.0]: https://github.com/travis-ci/jupiter-brain/compare/v0.1.2...v0.2.0 +[0.1.2]: https://github.com/travis-ci/jupiter-brain/compare/v0.1.1...v0.1.2 +[0.1.1]: https://github.com/travis-ci/jupiter-brain/compare/v0.1.0...v0.1.1