Skip to content

Commit

Permalink
Bump version to 1.0.1 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
Chef Expeditor committed Apr 16, 2020
1 parent 1746b25 commit 34781cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# chefstyle change log

<!-- latest_release 1.0.0 -->
## [v1.0.0](https://github.com/chef/chefstyle/tree/v1.0.0) (2020-04-01)
<!-- latest_release 1.0.1 -->
## [v1.0.1](https://github.com/chef/chefstyle/tree/v1.0.1) (2020-04-16)

#### Merged Pull Requests
- Update to Rubocop 0.81.0 [#82](https://github.com/chef/chefstyle/pull/82) ([tas50](https://github.com/tas50))
- Update to RuboCop 0.82 engine [#83](https://github.com/chef/chefstyle/pull/83) ([tas50](https://github.com/tas50))
<!-- latest_release -->

<!-- release_rollup since=0.15.1 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Update to RuboCop 0.82 engine [#83](https://github.com/chef/chefstyle/pull/83) ([tas50](https://github.com/tas50)) <!-- 1.0.1 -->
- Update to Rubocop 0.81.0 [#82](https://github.com/chef/chefstyle/pull/82) ([tas50](https://github.com/tas50)) <!-- 1.0.0 -->
<!-- release_rollup -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
2 changes: 1 addition & 1 deletion lib/chefstyle/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Chefstyle
VERSION = "1.0.0".freeze
VERSION = "1.0.1".freeze
RUBOCOP_VERSION = "0.82.0".freeze
end

0 comments on commit 34781cf

Please sign in to comment.