From 2a52f3bbc43d8e423a3f63647f11099d0da4fcdb Mon Sep 17 00:00:00 2001 From: kai Date: Thu, 11 Mar 2021 11:39:33 +0000 Subject: [PATCH] v0.2.4. Closes #275 --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- version/version.go | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93c007b9b..6b108331a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v0.2.4 [2021-03-11] +_What's new?_ +* Autocomplete now includes public schema. ([#123](https://github.com/turbot/steampipe/issues/123)) +* Add bug report and feature request issue templates. ([#266](https://github.com/turbot/steampipe/issues/266)) +* Add `SECURITY.md`. ([#266](https://github.com/turbot/steampipe/issues/266)) +* Update spacing for plugin update and install messages. ([#264](https://github.com/turbot/steampipe/issues/264)) + +_Bug fixes_ +* Remove invalid update notifications for plugins which cannot be found in the registry. ([#265](https://github.com/turbot/steampipe/issues/265)) +* Fix typo in install.sh. + ## v0.2.3 [2021-03-03] _What's new?_ * Increase timeout for plugin update HTTP call. ([#216](https://github.com/turbot/steampipe/issues/216)) diff --git a/README.md b/README.md index 33d031a28..e9b74744a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@

- +   diff --git a/version/version.go b/version/version.go index 1952812f9..e5544e771 100644 --- a/version/version.go +++ b/version/version.go @@ -19,7 +19,7 @@ Also https://www.digitalocean.com/community/tutorials/using-ldflags-to-set-versi **/ // The main version number that is being run at the moment. -var steampipeVersion = "0.2.3" +var steampipeVersion = "0.2.4" // A pre-release marker for the version. If this is "" (empty string) // then it means that it is a final release. Otherwise, this is a pre-release