We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fc2d6 commit 85836dfCopy full SHA for 85836df
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
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
14
## v0.48.1
15
16
- IAM: Fix crash on partial user access
README.md
@@ -19,7 +19,7 @@ terraform {
19
required_providers {
20
hsdp = {
21
source = "philips-software/hsdp"
22
- version = ">= 0.47.0"
+ version = ">= 0.50.0"
23
}
24
25
0 commit comments