diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b4b2ad..a8d029f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # knife-google Change Log +## v3.0.0 (2016-09-27) + * [pr#111](https://github.com/chef/knife-google/pull/111) Bumped version of Ruby support ## v2.2.1 (2016-09-27) * [pr#112](https://github.com/chef/knife-google/pull/112) Fixed the zone and region listing diff --git a/lib/knife-google/version.rb b/lib/knife-google/version.rb index 2e410e0..fe2b681 100644 --- a/lib/knife-google/version.rb +++ b/lib/knife-google/version.rb @@ -14,7 +14,7 @@ # module Knife module Google - VERSION = "2.2.1".freeze + VERSION = "3.0.0".freeze MAJOR, MINOR, TINY = VERSION.split(".") end end