From c3bd62d92eb7539ea73093c1d8bbcbf47ca0abe8 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 24 May 2022 17:39:40 +0300 Subject: [PATCH 1/2] chore(main): Release v0.12.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51f6d798c..724279f29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.12.0](https://github.com/cloudquery/cq-provider-aws/compare/v0.12.0-rc2...v0.12.0) (2022-05-24) + + +### Miscellaneous Chores + +* Release 0.12.0 ([#946](https://github.com/cloudquery/cq-provider-aws/issues/946)) ([68f20b1](https://github.com/cloudquery/cq-provider-aws/commit/68f20b1a47a3d559dfaca7d2462e6a7e312b8e67)) + ## [0.12.0-rc2](https://github.com/cloudquery/cq-provider-aws/compare/v0.12.0-rc1...v0.12.0-rc2) (2022-05-24) From b2d9d9f1487336c94c06257d3007904e71cb1f5c Mon Sep 17 00:00:00 2001 From: erezrokah Date: Tue, 24 May 2022 17:41:42 +0300 Subject: [PATCH 2/2] chore: Update changelog --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 724279f29..72c70ee1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.12.0](https://github.com/cloudquery/cq-provider-aws/compare/v0.12.0-rc2...v0.12.0) (2022-05-24) -### Miscellaneous Chores +### ⚠ BREAKING CHANGES + +* Remove migrations (#933) + +### Features + +* Remove migrations ([#933](https://github.com/cloudquery/cq-provider-aws/issues/933)) ([37620e3](https://github.com/cloudquery/cq-provider-aws/commit/37620e330ba187c4da2ff02382423b92be91e318)) -* Release 0.12.0 ([#946](https://github.com/cloudquery/cq-provider-aws/issues/946)) ([68f20b1](https://github.com/cloudquery/cq-provider-aws/commit/68f20b1a47a3d559dfaca7d2462e6a7e312b8e67)) ## [0.12.0-rc2](https://github.com/cloudquery/cq-provider-aws/compare/v0.12.0-rc1...v0.12.0-rc2) (2022-05-24)