Skip to content

Commit b38431d

Browse files
authored
Merge pull request #217 from Temikus/release_240
Release 2.4.0 🚀
2 parents 64d6861 + cf63469 commit b38431d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
All notable changes to this project will be documented in this file.
33
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).
44

5+
## 2.4.0 (April 2019)
6+
7+
### User-facing
8+
9+
#### Added
10+
- \#213 Implemented Application Default Credentials authentication [mavin]
11+
12+
#### Fixed
13+
- \#214 Set a default zone only if `default` network is used [mavin]
14+
- \#215 Allow tags,labels and additional_disks to be merged with multiple
15+
configs [mavin]
16+
17+
### Development
18+
19+
- \#213 Bumped dependencies [mavin]
20+
- fog-google version to 1.9.0
21+
522
## 2.3.0 (February 2019)
623

724
### User-facing

lib/vagrant-google/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# limitations under the License.
1414
module VagrantPlugins
1515
module Google
16-
VERSION = "2.3.0".freeze
16+
VERSION = "2.4.0".freeze
1717
end
1818
end

0 commit comments

Comments
 (0)