Skip to content

Commit

Permalink
Bump version to 3.0.10 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 9, 2020
1 parent 7886fdc commit 7017966
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log

<!-- latest_release -->
<!-- latest_release 3.0.10 -->
## [v3.0.10](https://github.com/chef/mixlib-log/tree/v3.0.10) (2020-09-09)

#### Merged Pull Requests
- Replace __FILE__ with __dir__ and other minor chefstyle fixes [#61](https://github.com/chef/mixlib-log/pull/61) ([tas50](https://github.com/tas50))
<!-- latest_release -->

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

#### Merged Pull Requests
- Replace __FILE__ with __dir__ and other minor chefstyle fixes [#61](https://github.com/chef/mixlib-log/pull/61) ([tas50](https://github.com/tas50)) <!-- 3.0.10 -->
<!-- release_rollup -->

<!-- latest_stable_release -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.9
3.0.10
2 changes: 1 addition & 1 deletion lib/mixlib/log/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Mixlib
module Log
VERSION = "3.0.9".freeze
VERSION = "3.0.10".freeze
end
end

0 comments on commit 7017966

Please sign in to comment.