File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning].
9
9
10
10
## [ Unreleased]
11
11
12
+ ## [ 0.2.0] - 2017-09-12
13
+ ### Added
14
+ - #7 : Supports arbitrary keywords for ignoring builds
15
+ ### Changed
16
+ - #9 : Use CloudWatch Events instead of Step Functions
17
+
12
18
## [ 0.1.1] - 2017-08-28
13
19
### Added
14
20
- Add Changelog (This file)
@@ -20,6 +26,8 @@ and this project adheres to [Semantic Versioning].
20
26
## 0.1.0 - 2017-08-24
21
27
- Initial release
22
28
23
- [ Unreleased ] : https://github.com/toricls/github-codebuild-integration/compare/0.1.1...HEAD
29
+ [ Unreleased ] : https://github.com/toricls/github-codebuild-integration/compare/0.2.0...HEAD
30
+ [ 0.2.0] :
31
+ https://github.com/toricls/github-codebuild-integration/compare/0.1.1...0.2.0
24
32
[ 0.1.1] :
25
33
https://github.com/toricls/github-codebuild-integration/compare/0.1.0...0.1.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " github-codebuild-integration" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " " ,
5
5
"scripts" : {
6
6
"test" : " mocha $(find src -name '*.test.js')" ,
You can’t perform that action at this time.
0 commit comments