Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Sep 18, 2024
1 parent e1fc2d6 commit 85836df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
required_providers {
hsdp = {
source = "philips-software/hsdp"
version = ">= 0.47.0"
version = ">= 0.50.0"
}
}
}
Expand Down

0 comments on commit 85836df

Please sign in to comment.