We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7fc38 commit adfa693Copy full SHA for adfa693
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.15.1] - 2025-10-01
11
+
12
### Fixed
13
14
- Stopped using state for unknown `account_id` in the `Cluster` resource because
Makefile
@@ -3,7 +3,7 @@ HOSTNAME=registry.terraform.io
3
NAMESPACE=cockroachdb
4
NAME=cockroach
5
BINARY=terraform-provider-${NAME}
6
-VERSION=1.15.0
+VERSION=1.15.1
OS := $(shell uname | tr A-Z a-z)
ARCH := $(shell uname -m | sed 's/x86_64/amd64/')
OS_ARCH := $(OS)_$(ARCH)
0 commit comments