From bcd66506ba6e364cf0c61c2ae65cabae7beeaf32 Mon Sep 17 00:00:00 2001 From: Tanmay Rustagi Date: Mon, 5 Feb 2024 14:41:17 +0100 Subject: [PATCH] upd --- CHANGELOG.md | 2 +- common/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5acf1ac60b..a428ff9a3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Version changelog -## 1.35.1 +## 1.36.0 ### New Features and Improvements * Exporter: timestamps are now added to log entries ([#3146](https://github.com/databricks/terraform-provider-databricks/pull/3146)). diff --git a/common/version.go b/common/version.go index c5138843fd..5740914b6d 100644 --- a/common/version.go +++ b/common/version.go @@ -3,7 +3,7 @@ package common import "context" var ( - version = "1.35.1" + version = "1.36.0" // ResourceName is resource name without databricks_ prefix ResourceName contextKey = 1 // Provider is the current instance of provider