From 4b1f64d380d3551f4838d841bde21d5280e22db3 Mon Sep 17 00:00:00 2001 From: Artem Yakimenko Date: Wed, 24 Apr 2019 08:09:54 +1000 Subject: [PATCH 1/2] Release 2.4.0 --- lib/vagrant-google/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant-google/version.rb b/lib/vagrant-google/version.rb index 5d6bc67..63341a4 100644 --- a/lib/vagrant-google/version.rb +++ b/lib/vagrant-google/version.rb @@ -13,6 +13,6 @@ # limitations under the License. module VagrantPlugins module Google - VERSION = "2.3.0".freeze + VERSION = "2.4.0".freeze end end From cf634693f8729481a920bc24489c0cdd5877bae8 Mon Sep 17 00:00:00 2001 From: Artem Yakimenko Date: Wed, 24 Apr 2019 08:10:03 +1000 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 861a2ed..c530938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 2.4.0 (April 2019) + +### User-facing + +#### Added +- \#213 Implemented Application Default Credentials authentication [mavin] + +#### Fixed +- \#214 Set a default zone only if `default` network is used [mavin] +- \#215 Allow tags,labels and additional_disks to be merged with multiple + configs [mavin] + +### Development + +- \#213 Bumped dependencies [mavin] + - fog-google version to 1.9.0 + ## 2.3.0 (February 2019) ### User-facing