diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e94c34..2fdf029 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,7 @@ -# Change Log +# Changelog  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.0.1] -- terraspace dep for dev only - +## [0.1.0] +- Initial release diff --git a/lib/terraspace_plugin_google/version.rb b/lib/terraspace_plugin_google/version.rb index b771e2b..75e5bdc 100644 --- a/lib/terraspace_plugin_google/version.rb +++ b/lib/terraspace_plugin_google/version.rb @@ -1,3 +1,3 @@ module TerraspacePluginGoogle - VERSION = "0.0.0" + VERSION = "0.1.0" end