Skip to content

Commit 417f16f

Browse files
authored
Merge pull request #200 from Temikus/release_2_1_0
Releasing 2.1.0 πŸš€ πŸŽ‰
2 parents c85c330 + a22c464 commit 417f16f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

β€ŽCHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# 2.1.0 (May 2018)
22

3-
* Add new configuration option `image_project_id` to allow using GCE images from other projects
4-
* Add new configuration option `network_project_id` to allow using GCP Shared VPC networks
5-
* Add new configuration option `service_account` to allow setting the IAM service account on instances
6-
* Deprecate configuration option `service_accounts`. Use `scopes` configuration option instead.
3+
* Add new configuration option `image_project_id` to allow using GCE images from other projects. [seanmalloy]
4+
* Add new configuration option `network_project_id` to allow using GCP Shared VPC networks. [seanmalloy]
5+
* Add new configuration option `service_account` to allow setting the IAM service account on instances. [seanmalloy]
6+
* Deprecate configuration option `service_accounts`. Use `scopes` configuration option instead. [seanmalloy]
77

88
# 2.0.0 (March 2018)
99

β€Ž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.0.0".freeze
16+
VERSION = "2.1.0".freeze
1717
end
1818
end

0 commit comments

Comments
Β (0)