From faf98929550a9ca6f2107ad2548b8fbe1c80d477 Mon Sep 17 00:00:00 2001 From: Toby Brain Date: Thu, 13 Jun 2024 10:05:16 +1000 Subject: [PATCH] Bump version for 0.11.4 --- CHANGELOG.md | 5 ++++- Makefile | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ded525ef..ca2ad5b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## [Unreleased] +## [0.11.4] - 2024-06-13 + ### Breaking changes - The `title` attribute is now required in the elasticstack_kibana_data_view resource. In practice the resource didn't work without this set, the schema now enforces it's correctly configured. @@ -305,7 +307,8 @@ - Initial set of docs - CI integration -[Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.3...HEAD +[Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.4...HEAD +[0.11.3]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.3...v0.11.4 [0.11.3]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.2...v0.11.3 [0.11.2]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.1...v0.11.2 [0.11.1]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.0...v0.11.1 diff --git a/Makefile b/Makefile index cfc06109..c6cbb5a4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .DEFAULT_GOAL = help SHELL := /bin/bash -VERSION ?= 0.11.3 +VERSION ?= 0.11.4 NAME = elasticstack BINARY = terraform-provider-${NAME}