diff --git a/CHANGELOG.md b/CHANGELOG.md index 61f75907ff..de63797109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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). +## [1.25.1](https://github.com/cloudquery/plugin-sdk/compare/v1.25.0...v1.25.1) (2023-01-14) + + +### Bug Fixes + +* Change options for new client ([#603](https://github.com/cloudquery/plugin-sdk/issues/603)) ([f548a54](https://github.com/cloudquery/plugin-sdk/commit/f548a544f1143f60efeee3401a41f726cd707243)) +* PK Addition Order ([#607](https://github.com/cloudquery/plugin-sdk/issues/607)) ([eff40e7](https://github.com/cloudquery/plugin-sdk/commit/eff40e76ae656e782a0e9745bcf34c2e5b2cd7e5)) + ## [1.25.0](https://github.com/cloudquery/plugin-sdk/compare/v1.24.2...v1.25.0) (2023-01-11)