Skip to content

Commit

Permalink
Bump version to 0.4.12 by Chef Expeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Expeditor committed Aug 1, 2018
1 parent 46ec3b4 commit 3728e27
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.11 -->
## [v0.4.11](https://github.com/chef/mixlib-archive/tree/v0.4.11) (2018-07-31)
<!-- latest_release 0.4.12 -->
## [v0.4.12](https://github.com/chef/mixlib-archive/tree/v0.4.12) (2018-08-01)

#### Merged Pull Requests
- Add github issue template &amp; standardize expeditor config [#26](https://github.com/chef/mixlib-archive/pull/26) ([tas50](https://github.com/tas50))
- Update codeowners and add PR template [#27](https://github.com/chef/mixlib-archive/pull/27) ([tas50](https://github.com/tas50))
<!-- latest_release -->

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

#### Merged Pull Requests
- Update codeowners and add PR template [#27](https://github.com/chef/mixlib-archive/pull/27) ([tas50](https://github.com/tas50)) <!-- 0.4.12 -->
- Add github issue template &amp; standardize expeditor config [#26](https://github.com/chef/mixlib-archive/pull/26) ([tas50](https://github.com/tas50)) <!-- 0.4.11 -->
- 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 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.11
0.4.12
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.11".freeze
VERSION = "0.4.12".freeze
end
end

0 comments on commit 3728e27

Please sign in to comment.