Skip to content

Commit 1476e9d

Browse files
committed
Prepare release
1 parent 3be8ff9 commit 1476e9d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.46.0
8+
9+
- IAM: Support user import by login
10+
711
## v0.45.0
812

913
- IAM: Roles are not optional in Group declarations

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ terraform {
1616
required_providers {
1717
hsdp = {
1818
source = "philips-software/hsdp"
19-
version = ">= 0.45.0"
19+
version = ">= 0.46.0"
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)