Skip to content

Commit

Permalink
Merge pull request #200 from Temikus/release_2_1_0
Browse files Browse the repository at this point in the history
Releasing 2.1.0 πŸš€ πŸŽ‰
  • Loading branch information
Temikus authored May 25, 2018
2 parents c85c330 + a22c464 commit 417f16f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 2.1.0 (May 2018)

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

# 2.0.0 (March 2018)

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.0.0".freeze
VERSION = "2.1.0".freeze
end
end

0 comments on commit 417f16f

Please sign in to comment.