summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-02 18:23:27 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-02 18:23:27 +0000
commit7f3d7e2744c38235c5b0ec444f554463ddee7ecd (patch)
treef8fe7d8cce5c1200a12797d378c8f627906dc588
parent8d3ff1b82cec32af20ad8a5ce3111235a8e6fa0d (diff)
downloadmixlib-config-7f3d7e2744c38235c5b0ec444f554463ddee7ecd.tar.gz
Bump version to 2.2.10 by Chef Expeditorv2.2.10
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/config/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 73b6ad9..a99871d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,17 +1,18 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
# Change Log
-<!-- latest_release 2.2.9 -->
-## [v2.2.9](https://github.com/chef/mixlib-config/tree/v2.2.9) (2018-06-26)
+<!-- latest_release 2.2.10 -->
+## [v2.2.10](https://github.com/chef/mixlib-config/tree/v2.2.10) (2018-07-02)
#### Merged Pull Requests
-- remove hashrocket syntax [#62](https://github.com/chef/mixlib-config/pull/62) ([lamont-granquist](https://github.com/lamont-granquist))
+- add `#key?` alias to `#has_key?` [#63](https://github.com/chef/mixlib-config/pull/63) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup since=2.2.8 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- add `#key?` alias to `#has_key?` [#63](https://github.com/chef/mixlib-config/pull/63) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 2.2.10 -->
- remove hashrocket syntax [#62](https://github.com/chef/mixlib-config/pull/62) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 2.2.9 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 72d132f..565a0d4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.2.9 \ No newline at end of file
+2.2.10 \ No newline at end of file
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index cf04bbd..e79bc49 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "2.2.9"
+ VERSION = "2.2.10"
end
end