From 6a0a2843d682e3bfbaf9e8eccc4819fdcbbbc55c Mon Sep 17 00:00:00 2001 From: Christopher Fitzner Date: Mon, 9 Dec 2024 11:04:55 -0800 Subject: [PATCH] Prep for 1.11.0 tag Updates Makefile and Changelog for 1.11.0 tag --- CHANGELOG.md | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79b1f813..8c44e7d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Makefile b/Makefile index 2ef8c157..aa85e9d5 100644 --- a/Makefile +++ b/Makefile @@ -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)