File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "timestamp" : " 2025-01-27 14:59:20 "
2+ "timestamp" : " 2025-01-28 08:43:47UTC "
33}
Original file line number Diff line number Diff line change 11# Version changelog
22
3+ ## Release v1.64.1
4+
5+ ### Documentation
6+
7+ * Fix attribute name in ` databricks_instance_profile ` examples ([ #4426 ] ( https://github.com/databricks/terraform-provider-databricks/pull/4426 ) ).
8+
9+ ### Exporter
10+
11+ * Additional tuning of references in databricks_job ([ #4434 ] ( https://github.com/databricks/terraform-provider-databricks/pull/4434 ) )
12+
13+ ### Internal Changes
14+
15+ * Started to use the new release framework for releases of the Terraform provider.
16+
17+
318## [ Release] Release v1.64.0
419
520### New Features and Improvements
Original file line number Diff line number Diff line change 11# NEXT CHANGELOG
22
3- ## Release v1.64.1
3+ ## Release v1.65.0
44
55### New Features and Improvements
66
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package common
33import "context"
44
55var (
6- version = "1.64.0 "
6+ version = "1.64.1 "
77 // ResourceName is resource name without databricks_ prefix
88 ResourceName contextKey = 1
99 // Provider is the current instance of provider
You can’t perform that action at this time.
0 commit comments