Skip to content

Commit 115cce0

Browse files
committed
Prepare for v0.6.0
1 parent 3a5ee27 commit 115cce0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## v0.6.0
8+
- NEW: hsdp_metrics_autoscaler resource
9+
- Migrate Terraform PLugin SDK
10+
- Upgrade to Terraform 0.13.1
11+
712
## v0.5.0
813
- NEW: hsdp_container_host
914
- Migrate to Terraform Plugin SDK

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ terraform {
1919
required_providers {
2020
hsdp = {
2121
source = "philips-software/hsdp"
22-
version = "0.5.5"
22+
version = "0.6.0"
2323
}
2424
}
2525
}

0 commit comments

Comments
 (0)