Skip to content

Commit adfa693

Browse files
committed
Update version to 1.15.1
A fix for an issue in the 1.15.0 tag was merged, so we'll tag the v1.15.1 release.
1 parent ff7fc38 commit adfa693

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.15.1] - 2025-10-01
11+
1012
### Fixed
1113

1214
- Stopped using state for unknown `account_id` in the `Cluster` resource because

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ HOSTNAME=registry.terraform.io
33
NAMESPACE=cockroachdb
44
NAME=cockroach
55
BINARY=terraform-provider-${NAME}
6-
VERSION=1.15.0
6+
VERSION=1.15.1
77
OS := $(shell uname | tr A-Z a-z)
88
ARCH := $(shell uname -m | sed 's/x86_64/amd64/')
99
OS_ARCH := $(OS)_$(ARCH)

0 commit comments

Comments
 (0)