From 46972972ab0442b4816781639947aa3c3ba17518 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 18 Apr 2023 14:49:01 +0300 Subject: [PATCH] chore(main): Release v2.3.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e36bf675cc..86c5ee1da3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project 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). +## [2.3.1](https://github.com/cloudquery/plugin-sdk/compare/v2.3.0...v2.3.1) (2023-04-18) + + +### Bug Fixes + +* Set _cq_id to NotNull in destinations for backward compat ([#793](https://github.com/cloudquery/plugin-sdk/issues/793)) ([1ab4350](https://github.com/cloudquery/plugin-sdk/commit/1ab4350c7b26993f71cb39adc0d9e6d3caeddb7a)) + ## [2.3.0](https://github.com/cloudquery/plugin-sdk/compare/v2.2.2...v2.3.0) (2023-04-18)