Skip to content

Commit 4d6e2cb

Browse files
committed
Bump version for 0.11.1
1 parent 9ce4dd4 commit 4d6e2cb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [Unreleased]
22

3+
## [0.11.1] - 2024-02-17
4+
35
### Added
46

57
- Add downsample section to ILMs [#538](https://github.com/elastic/terraform-provider-elasticstack/pull/538)
@@ -264,7 +266,9 @@
264266
- Initial set of docs
265267
- CI integration
266268
267-
[Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.10.0...HEAD
269+
[Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.1...HEAD
270+
[0.11.1]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.0...v0.11.1
271+
[0.11.0]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.10.0...v0.11.0
268272
[0.10.0]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.9.0...v0.10.0
269273
[0.9.0]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.8.0...v0.9.0
270274
[0.8.0]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.7.0...v0.8.0

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.DEFAULT_GOAL = help
22
SHELL := /bin/bash
33

4-
VERSION ?= 0.11.0
4+
VERSION ?= 0.11.1
55

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

0 commit comments

Comments
 (0)