From 306eed09209dad00379dd882445940302abb1211 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 21 Jul 2022 12:14:33 +0300 Subject: [PATCH] chore(main): Release v0.14.2 (#429) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b8367ff..b01b179f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### :spider: Fixed --> +## [0.14.2](https://github.com/cloudquery/cq-provider-sdk/compare/v0.14.1...v0.14.2) (2022-07-21) + + +### Features + +* add ToPointer helper function to convert values to pointers ([#427](https://github.com/cloudquery/cq-provider-sdk/issues/427)) ([e34dcfb](https://github.com/cloudquery/cq-provider-sdk/commit/e34dcfb0b5cb2e7e44fbabe093719c01eb3ca53d)) + ## [0.14.1](https://github.com/cloudquery/cq-provider-sdk/compare/v0.14.0...v0.14.1) (2022-07-20)