From 24f4e58d544310aaf0041cd28f901394e7fb0895 Mon Sep 17 00:00:00 2001 From: Danny Seymour Date: Tue, 9 Jul 2019 11:03:17 -0700 Subject: [PATCH] doc: update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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