Skip to content

Commit

Permalink
Merge pull request #217 from Temikus/release_240
Browse files Browse the repository at this point in the history
Release 2.4.0 🚀
  • Loading branch information
Temikus authored May 5, 2019
2 parents 64d6861 + cf63469 commit b38431d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-google/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
# limitations under the License.
module VagrantPlugins
module Google
VERSION = "2.3.0".freeze
VERSION = "2.4.0".freeze
end
end

0 comments on commit b38431d

Please sign in to comment.