Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Bump version to 3.0.26 by Chef Expeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Expeditor committed May 7, 2018
1 parent 7c25b6a commit 1d5ab25
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 3.0.25 -->
## [v3.0.25](https://github.com/chef/chef-dk/tree/v3.0.25) (2018-05-03)
<!-- latest_release 3.0.26 -->
## [v3.0.26](https://github.com/chef/chef-dk/tree/v3.0.26) (2018-05-07)

#### Merged Pull Requests
- bump deps [#1563](https://github.com/chef/chef-dk/pull/1563) ([lamont-granquist](https://github.com/lamont-granquist))
- Use Mixlib::Archive rather than Minitar [#1558](https://github.com/chef/chef-dk/pull/1558) ([thommay](https://github.com/thommay))
<!-- latest_release -->

<!-- release_rollup since=2.5.3 -->
### Changes since 2.5.3 release

#### Merged Pull Requests
- Use Mixlib::Archive rather than Minitar [#1558](https://github.com/chef/chef-dk/pull/1558) ([thommay](https://github.com/thommay)) <!-- 3.0.26 -->
- bump deps [#1563](https://github.com/chef/chef-dk/pull/1563) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 3.0.25 -->
- Generate a `CHANGELOG.md` for cookbooks [#1560](https://github.com/chef/chef-dk/pull/1560) ([nathenharvey](https://github.com/nathenharvey)) <!-- 3.0.24 -->
- remove expire cache [#1557](https://github.com/chef/chef-dk/pull/1557) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 3.0.23 -->
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
chef-dk (3.0.25)
chef-dk (3.0.26)
addressable (>= 2.3.5, < 2.6)
chef (~> 14.0)
chef-provisioning (~> 2.0)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.25
3.0.26
2 changes: 1 addition & 1 deletion lib/chef-dk/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
#

module ChefDK
VERSION = "3.0.25"
VERSION = "3.0.26"
end

0 comments on commit 1d5ab25

Please sign in to comment.