diff --git a/CHANGELOG.md b/CHANGELOG.md index f5f80326..e2f66978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## v0.50.0 + +- Bump Go to 1.23 +- Added `self_managed_certificate` to IAM Service +- Make CDR tests conditional +- FET-128 Fix crash on partial access + ## v0.48.1 - IAM: Fix crash on partial user access diff --git a/README.md b/README.md index 26152b91..cf97d250 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ terraform { required_providers { hsdp = { source = "philips-software/hsdp" - version = ">= 0.47.0" + version = ">= 0.50.0" } } }