From b606824d188fe226e07e36b1213840e7a1d7ee06 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 27 Jun 2023 22:38:58 +0300 Subject: [PATCH] chore(main): Release v1.4.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae873dcd..33b9327c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/cloudquery/plugin-pb-go/compare/v1.3.6...v1.4.0) (2023-06-27) + + +### Features + +* Add migrate_force to Write.InsertMessage ([#42](https://github.com/cloudquery/plugin-pb-go/issues/42)) ([600815d](https://github.com/cloudquery/plugin-pb-go/commit/600815dcc9faef6518a8ab6cbdba476a0ac6a483)) + ## [1.3.6](https://github.com/cloudquery/plugin-pb-go/compare/v1.3.5...v1.3.6) (2023-06-27)