Skip to content

Commit 79910c8

Browse files
committed
Merge branch 'add-changelog'
* add-changelog: Add CHANGELOG.md
2 parents 29a91cd + 4dfdc3a commit 79910c8

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is loosely based on [Keep a Changelog]
5+
and this project adheres to [Semantic Versioning].
6+
7+
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/
8+
[Semantic Versioning]: http://semver.org/spec/v2.0.0.html
9+
10+
## [Unreleased]
11+
12+
## [0.1.1] - 2017-08-28
13+
### Added
14+
- Add Changelog (This file)
15+
### Changed
16+
- Makefile: Update help texts
17+
- README: Add missing installation steps
18+
- README: Add architecture-overview and screenshot images
19+
20+
## 0.1.0 - 2017-08-24
21+
- Initial release
22+
23+
[Unreleased]: https://github.com/toricls/github-codebuild-integration/compare/0.1.1...HEAD
24+
[0.1.1]:
25+
https://github.com/toricls/github-codebuild-integration/compare/0.1.0...0.1.1

0 commit comments

Comments
 (0)