Skip to content

Commit 0118d48

Browse files
authored
chore: prepare release v0.11.6 (#716)
1 parent 890e65d commit 0118d48

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## [Unreleased]
22

3+
## [0.11.6] - 2024-08-20
34
- Improve validation for index settings and mappings ([#719](https://github.com./elastic/terraform-provider-elasticstack/pull/719))
45
- Add support for Kibana synthetics http and tcp monitors ([#699](https://github.com./elastic/terraform-provider-elasticstack/pull/699))
56
- Add `elasticstack_kibana_spaces` data source ([#682](https://github.com./elastic/terraform-provider-elasticstack/pull/682))
@@ -319,7 +320,8 @@
319320
- Initial set of docs
320321
- CI integration
321322
322-
[Unreleased]: https://github.com./elastic/terraform-provider-elasticstack/compare/v0.11.5...HEAD
323+
[Unreleased]: https://github.com./elastic/terraform-provider-elasticstack/compare/v0.11.6...HEAD
324+
[0.11.6]: https://github.com./elastic/terraform-provider-elasticstack/compare/v0.11.5...v0.11.6
323325
[0.11.5]: https://github.com./elastic/terraform-provider-elasticstack/compare/v0.11.4...v0.11.5
324326
[0.11.4]: https://github.com./elastic/terraform-provider-elasticstack/compare/v0.11.3...v0.11.4
325327
[0.11.3]: https://github.com./elastic/terraform-provider-elasticstack/compare/v0.11.2...v0.11.3

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
SHELL := /bin/bash
33

44

5-
VERSION ?= 0.11.5
5+
VERSION ?= 0.11.6
66

77
NAME = elasticstack
88
BINARY = terraform-provider-${NAME}

0 commit comments

Comments
 (0)