From aaf2dad5c6d04e796a6828e7710bbe9e970d3fb6 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 20 Sep 2023 13:50:13 +0300 Subject: [PATCH] chore(main): Release v4.9.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25faac9c4c..3bab4c497a 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). +## [4.9.1](https://github.com/cloudquery/plugin-sdk/compare/v4.9.0...v4.9.1) (2023-09-20) + + +### Bug Fixes + +* Validate spec only when connection is established ([#1223](https://github.com/cloudquery/plugin-sdk/issues/1223)) ([59aef16](https://github.com/cloudquery/plugin-sdk/commit/59aef16ebe7553faba0dc87b3d81b567acbe77b4)) + ## [4.9.0](https://github.com/cloudquery/plugin-sdk/compare/v4.8.0...v4.9.0) (2023-09-20)