Skip to content

Commit

Permalink
Bump version to 2.1.0 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-ci committed Sep 30, 2021
1 parent 2fc5a06 commit b4e4e98
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 2.0.11 -->
## [v2.0.11](https://github.com/chef/chefstyle/tree/v2.0.11) (2021-09-30)
<!-- latest_release 2.1.0 -->
## [v2.1.0](https://github.com/chef/chefstyle/tree/v2.1.0) (2021-09-30)

#### Merged Pull Requests
- Move to GitHub actions for testing [#148](https://github.com/chef/chefstyle/pull/148) ([tas50](https://github.com/tas50))
- Enable Bundler/InsecureProtocolSource cop [#149](https://github.com/chef/chefstyle/pull/149) ([tas50](https://github.com/tas50))
<!-- latest_release -->

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

#### Merged Pull Requests
- Enable Bundler/InsecureProtocolSource cop [#149](https://github.com/chef/chefstyle/pull/149) ([tas50](https://github.com/tas50)) <!-- 2.1.0 -->
- Move to GitHub actions for testing [#148](https://github.com/chef/chefstyle/pull/148) ([tas50](https://github.com/tas50)) <!-- 2.0.11 -->
- Update RuboCop to 1.22 [#147](https://github.com/chef/chefstyle/pull/147) ([tas50](https://github.com/tas50)) <!-- 2.0.10 -->
<!-- release_rollup -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.11
2.1.0
2 changes: 1 addition & 1 deletion lib/chefstyle/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Chefstyle
VERSION = "2.0.11"
VERSION = "2.1.0"
RUBOCOP_VERSION = "1.22.0"
end

0 comments on commit b4e4e98

Please sign in to comment.