From 81800c6ccb4e1159c6b61c27bd3f2a0cf59d7ebd Mon Sep 17 00:00:00 2001 From: Khushboo <46913995+khushboo9024@users.noreply.github.com> Date: Mon, 26 Feb 2024 18:29:00 +0530 Subject: [PATCH] Add CHANGELOG for v0.1.1 (#17) --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1ccaf2..8da07f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.1.1 [2024-02-26] + +_Bug fixes_ + +- Fixed the plugin to return nil instead of an error when API credentials are not set in the `*.spc` file. ([#14](https://github.com/turbot/steampipe-plugin-hubspot/pull/14)) +- Updated the type of the `default` column for the dynamic columns from `JSON` to `string`. ([#16](https://github.com/turbot/steampipe-plugin-hubspot/pull/16)) + ## v0.1.0 [2023-12-12] _What's new?_ @@ -14,7 +21,7 @@ _Dependencies_ _Bug fixes_ -- Fixed the plugin brand colour. +- Fixed the plugin brand colour. ## v0.0.1 [2023-11-17]