Skip to content

Commit

Permalink
Merge pull request #113 from chef/3.0.0
Browse files Browse the repository at this point in the history
v3.0.0 version
  • Loading branch information
JJ Asghar committed Sep 28, 2016
2 parents 122d0d6 + d417101 commit 0ac0371
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion lib/knife-google/version.rb
Expand Up @@ -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

0 comments on commit 0ac0371

Please sign in to comment.