diff --git a/CHANGELOG.md b/CHANGELOG.md index 860062c..1c3c382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. This project *loosely tries* to adhere to [Semantic Versioning](http://semver.org/). +## [0.3.5] - 2022-01-11 +- [#11](https://github.com/boltops-tools/terraspace_provider_google/pull/11) set GOOGLE_CLOUD_PROJECT while keeping backwards compatibility + ## [0.3.4] - 2022-01-11 - [#10](https://github.com/boltops-tools/terraspace_provider_google/pull/10) set GOOGLE_CLOUD_PROJECT while keeping backwards compatibility diff --git a/lib/terraspace_plugin_google/version.rb b/lib/terraspace_plugin_google/version.rb index 531a9e9..842dda0 100644 --- a/lib/terraspace_plugin_google/version.rb +++ b/lib/terraspace_plugin_google/version.rb @@ -1,3 +1,3 @@ module TerraspacePluginGoogle - VERSION = "0.3.4" + VERSION = "0.3.5" end