Skip to content

Commit

Permalink
Bump version to 0.4.10 by Chef Expeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Expeditor committed Jul 27, 2018
1 parent fae459a commit 8fa3d2d
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,17 +1,18 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
# Change Log

<!-- latest_release 0.4.9 -->
## [v0.4.9](https://github.com/chef/mixlib-archive/tree/v0.4.9) (2018-06-21)
<!-- latest_release 0.4.10 -->
## [v0.4.10](https://github.com/chef/mixlib-archive/tree/v0.4.10) (2018-07-27)

#### Merged Pull Requests
- add codeowners [#24](https://github.com/chef/mixlib-archive/pull/24) ([thommay](https://github.com/thommay))
- Move deps to the Gemfile and expand Rake tasks [#25](https://github.com/chef/mixlib-archive/pull/25) ([tas50](https://github.com/tas50))
<!-- latest_release -->

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

#### Merged Pull Requests
- Move deps to the Gemfile and expand Rake tasks [#25](https://github.com/chef/mixlib-archive/pull/25) ([tas50](https://github.com/tas50)) <!-- 0.4.10 -->
- add codeowners [#24](https://github.com/chef/mixlib-archive/pull/24) ([thommay](https://github.com/thommay)) <!-- 0.4.9 -->
<!-- release_rollup -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.9
0.4.10
2 changes: 1 addition & 1 deletion lib/mixlib/archive/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Mixlib
class Archive
VERSION = "0.4.9".freeze
VERSION = "0.4.10".freeze
end
end

0 comments on commit 8fa3d2d

Please sign in to comment.