Skip to content

Commit b78c2ec

Browse files
committed
Bump version for 0.11.2
1 parent 8c59e40 commit b78c2ec

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
## [0.11.2] - 2024-03-13
4+
35
### Fixed
46

57
- Fix authentication for fleet API (using ApiKey instead of Bearer keyword) ([#576](https://github.com/elastic/terraform-provider-elasticstack/pull/576))
@@ -271,7 +273,8 @@
271273
- Initial set of docs
272274
- CI integration
273275
274-
[Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.1...HEAD
276+
[Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.2...HEAD
277+
[0.11.2]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.1...v0.11.2
275278
[0.11.1]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.0...v0.11.1
276279
[0.11.0]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.10.0...v0.11.0
277280
[0.10.0]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.9.0...v0.10.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.1
4+
VERSION ?= 0.11.2
55

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

0 commit comments

Comments
 (0)