diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a4b5461..1bd4ebde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,12 @@ 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.10.0] - 2024-11-15 + ### Fixed -- Added missing import.sh files so resource docs indicating supporting of - Import are clear. +- Added missing import.sh files to resource docs to better indicate support of + the Import command. ## Changed diff --git a/Makefile b/Makefile index c3dd0310..2ef8c157 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ HOSTNAME=registry.terraform.io NAMESPACE=cockroachdb NAME=cockroach BINARY=terraform-provider-${NAME} -VERSION=1.9.0 +VERSION=1.10.0 OS := $(shell uname | tr A-Z a-z) ARCH := $(shell uname -m | sed 's/x86_64/amd64/') OS_ARCH := $(OS)_$(ARCH)