From 367012f7e7d0495c9ea46c2554c62251070852b4 Mon Sep 17 00:00:00 2001 From: "snowflake-release-please[bot]" <105954990+snowflake-release-please[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:24:57 +0000 Subject: [PATCH] chore(main): release 0.98.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 304768ea0d5..c67c0ae47ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.98.0](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/compare/v0.97.0...v0.98.0) (2024-10-22) + + +### 🎉 **What's new:** + +* Secret resource ([#3110](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/3110)) ([16a812d](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/16a812dae20d59f31457790dcd99db03db697051)) +* Secrets datasource ([#3131](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/3131)) ([8110138](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/811013887cdf1a6624c93481f18e12a183865463)) +* Upgrade tag SDK ([#3126](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/3126)) ([893b288](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/893b288f91ee3d31c875f2e38c7346fe362632e6)) + + +### 🔧 **Misc** + +* Add tests to 3117 and bump build time ([#3133](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/3133)) ([ca90fde](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/ca90fdefc18f6c77627e602df46650e17cb54eaa)) +* Test support for object renaming ([#3130](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/3130)) ([d665419](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/d6654195c099b81969bb8043e98771cf199ee0f4)) + + +### 🐛 **Bug fixes:** + +* merge diffs on test clients ([#3149](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/3149)) ([0f06b4a](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/0f06b4a063c9a9f9922aa4d83c47935d09757571)) + ## [0.97.0](/~https://github.com/Snowflake-Labs/terraform-provider-snowflake/compare/v0.96.0...v0.97.0) (2024-10-10)