From 23aea63802df5381ef330d55720008e1711685e0 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 15 May 2023 20:03:59 +0300 Subject: [PATCH] chore(main): Release cli v3.3.1 --- .release-please-manifest.json | 2 +- cli/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6bf53b831e18b0..0efcb33e5cb0e7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "cli": "3.3.0", + "cli": "3.3.1", "cli+FILLER": "0.0.0", "plugins/source/aws": "17.2.0", "plugins/source/aws+FILLER": "0.0.0", diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index e4da5c57e423f3..2e95bd43a3fa92 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to CloudQuery will be documented in this file. 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). +## [3.3.1](https://github.com/cloudquery/cloudquery/compare/cli-v3.3.0...cli-v3.3.1) (2023-05-15) + + +### Bug Fixes + +* **cli:** Send sync time to new sources ([#10796](https://github.com/cloudquery/cloudquery/issues/10796)) ([8d9b5be](https://github.com/cloudquery/cloudquery/commit/8d9b5be519f6da469f71ae6ce485e710d220e340)) +* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.0.8 ([#10798](https://github.com/cloudquery/cloudquery/issues/10798)) ([27ff430](https://github.com/cloudquery/cloudquery/commit/27ff430527932d59a4d488a6767547eda8853940)) + ## [3.3.0](https://github.com/cloudquery/cloudquery/compare/cli-v3.2.1...cli-v3.3.0) (2023-05-15)