Skip to content

Commit

Permalink
Bump version to 1.0.4 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 May 7, 2020
1 parent 04eb90f commit 3ec72a8
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.3 -->
## [v1.0.3](https://github.com/chef/chefstyle/tree/v1.0.3) (2020-04-21)
<!-- latest_release 1.0.4 -->
## [v1.0.4](https://github.com/chef/chefstyle/tree/v1.0.4) (2020-05-07)

#### Merged Pull Requests
- Add back the Gemspec, but remove gemfile dev groups [#85](https://github.com/chef/chefstyle/pull/85) ([tas50](https://github.com/tas50))
- Make sure our comments line up with our code [#86](https://github.com/chef/chefstyle/pull/86) ([tas50](https://github.com/tas50))
<!-- latest_release -->

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

#### Merged Pull Requests
- Make sure our comments line up with our code [#86](https://github.com/chef/chefstyle/pull/86) ([tas50](https://github.com/tas50)) <!-- 1.0.4 -->
- Add back the Gemspec, but remove gemfile dev groups [#85](https://github.com/chef/chefstyle/pull/85) ([tas50](https://github.com/tas50)) <!-- 1.0.3 -->
<!-- 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.3
1.0.4
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.3".freeze
VERSION = "1.0.4".freeze
RUBOCOP_VERSION = "0.82.0".freeze
end

0 comments on commit 3ec72a8

Please sign in to comment.