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)