From 4dfdc3adefa5e2f8834468d623d08a0010ae3cbc Mon Sep 17 00:00:00 2001 From: toricls Date: Mon, 28 Aug 2017 02:28:07 +0900 Subject: [PATCH] Add CHANGELOG.md --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3e5e20e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is loosely based on [Keep a Changelog] +and this project adheres to [Semantic Versioning]. + +[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ +[Semantic Versioning]: http://semver.org/spec/v2.0.0.html + +## [Unreleased] + +## [0.1.1] - 2017-08-28 +### Added +- Add Changelog (This file) +### Changed +- Makefile: Update help texts +- README: Add missing installation steps +- README: Add architecture-overview and screenshot images + +## 0.1.0 - 2017-08-24 +- Initial release + +[Unreleased]: https://github.com/toricls/github-codebuild-integration/compare/0.1.1...HEAD +[0.1.1]: +https://github.com/toricls/github-codebuild-integration/compare/0.1.0...0.1.1