Skip to content

Commit

Permalink
Merge pull request #2 from jeffreycoe/version-0.2.0
Browse files Browse the repository at this point in the history
Bump to version 0.2.0
  • Loading branch information
jeffreycoe authored Oct 1, 2021
2 parents dd728b3 + 4f2d346 commit ed0341a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ language: ruby
cache: bundler

rvm:
- 2.4.5
- 2.5.4
- 2.6.2
- 2.5.9
- 2.6.8
- 2.7.4

script:
- bundle exec rubocop .
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# aws_cloudformation_helper Changelog

## 0.2.0
- Feature: Custom response data and custom physical_resource_id ([PR-1](https://github.com/jeffreycoe/aws_cloudformation_helper/pull/1))

## 0.1.0
Initial release
- Initial release
2 changes: 1 addition & 1 deletion lib/aws_cloudformation_helper/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module AWS
module CloudFormation
class Helper
module Version
GEM_VERSION = '0.1.0'
GEM_VERSION = '0.2.0'
end
end
end
Expand Down

0 comments on commit ed0341a

Please sign in to comment.