diff --git a/CHANGELOG.md b/CHANGELOG.md index c795b72622c..2cf61f8dd42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.60.0](https://github.com/Snowflake-Labs/terraform-provider-snowflake/compare/v0.59.0...v0.60.0) (2023-03-23) + + +### Features + +* add missing PrivateLink URLs to datasource ([#1603](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/1603)) ([78782b1](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/78782b1b471b7fbd434de1803cd687f6866cada7)) +* add PREVENT_LOAD_FROM_INLINE_URL ([#1612](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/1612)) ([4945a3a](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/4945a3ae62d887dae6332742edcde715751459b5)) +* Add support for `packages`, `imports`, `handler` and `runtimeVersion` to `snowflake_procedure` resource ([#1516](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/1516)) ([a88f3ad](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/a88f3ada75dad18b7b4b9024f664de8d687f54e0)) + + +### BugFixes + +* change resource monitor suspend properties to number ([#1545](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/1545)) ([4bc59e2](https://github.com/Snowflake-Labs/terraform-provider-snowflake/commit/4bc59e24677260dae94952bdbc5176ad177876dd)) + ## [0.59.0](https://github.com/Snowflake-Labs/terraform-provider-snowflake/compare/v0.58.2...v0.59.0) (2023-03-21)