Skip to content

Commit 85836df

Browse files
committed
Prepare release
1 parent e1fc2d6 commit 85836df

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.50.0
8+
9+
- Bump Go to 1.23
10+
- Added `self_managed_certificate` to IAM Service
11+
- Make CDR tests conditional
12+
- FET-128 Fix crash on partial access
13+
714
## v0.48.1
815

916
- IAM: Fix crash on partial user access

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.47.0"
22+
version = ">= 0.50.0"
2323
}
2424
}
2525
}

0 commit comments

Comments
 (0)