Skip to content

Commit

Permalink
Prep for 1.11.0 tag
Browse files Browse the repository at this point in the history
Updates Makefile and Changelog for 1.11.0 tag
  • Loading branch information
fantapop committed Dec 10, 2024
1 parent 5ace3fd commit 6a0a284
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.11.0] - 2024-12-09

### Changed

- Remove `machine_type` from examples and clear up in docs that this field
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HOSTNAME=registry.terraform.io
NAMESPACE=cockroachdb
NAME=cockroach
BINARY=terraform-provider-${NAME}
VERSION=1.10.0
VERSION=1.11.0
OS := $(shell uname | tr A-Z a-z)
ARCH := $(shell uname -m | sed 's/x86_64/amd64/')
OS_ARCH := $(OS)_$(ARCH)
Expand Down

0 comments on commit 6a0a284

Please sign in to comment.