Skip to content

Commit ad07f89

Browse files
committed
Bump version to v0.2.0
1 parent 9425323 commit ad07f89

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning].
99

1010
## [Unreleased]
1111

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+
1218
## [0.1.1] - 2017-08-28
1319
### Added
1420
- Add Changelog (This file)
@@ -20,6 +26,8 @@ and this project adheres to [Semantic Versioning].
2026
## 0.1.0 - 2017-08-24
2127
- Initial release
2228

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
2432
[0.1.1]:
2533
https://github.com/toricls/github-codebuild-integration/compare/0.1.0...0.1.1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-codebuild-integration",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "",
55
"scripts": {
66
"test": "mocha $(find src -name '*.test.js')",

0 commit comments

Comments
 (0)