diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e1cb94..29079ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [v0.3.0] - 2019-06-19 + +### Added + +* Add zone argument [#5] + ## [v0.2.0] - 2019-06-19 ### Added @@ -17,6 +23,8 @@ project adheres to [Semantic Versioning](http://semver.org/). * Initial release of module. +[v0.3.0]: https://github.com/terraform-google-modules/terraform-google-dataflow/compare/v0.2.0...v0.3.0 [v0.2.0]: https://github.com/terraform-google-modules/terraform-google-dataflow/compare/v0.1.0...v0.2.0 +[#5]: https://github.com/terraform-google-modules/terraform-google-dataflow/pull/5 [#4]: https://github.com/terraform-google-modules/terraform-google-dataflow/pull/4