From 357a4b84a5b7c8da306ebf672ee0edcf359bc01b Mon Sep 17 00:00:00 2001 From: Eric Dahlseng Date: Tue, 30 Jul 2019 10:38:22 -0700 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15600b6..5451b6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +# [0.2.0](https://github.com/edahlseng/terraform-provider-shopify/compare/v0.1.0...v0.2.0) (2019-07-30) + + +### Features + +* Update provider to support Terraform v0.12 ([ae6e521](https://github.com/edahlseng/terraform-provider-shopify/commit/ae6e521)) + + + # 0.1.0 (2018-12-10)