diff --git a/docs/changelog.md b/docs/changelog.md index 0dd08cbb..adff2266 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,16 @@ # Changelog +## 7.5.0-beta.1 +### Features +* Added check_mode and diff to the user module +* Added ignored_properties to the user module +### Changes +* use filters when retrieving user to speed up the request +### Fixes +* mark RegEx pattern as a raw string (fix by @jaudriga) +### Docs +* Added declarative modules page to summary + ## 7.4.1 ### Fixes * disk_type on cube_server now defaults to DAS, other arguments would have caused the call to fail diff --git a/galaxy.yml b/galaxy.yml index e24358e5..92e86335 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -5,7 +5,7 @@ namespace: ionoscloudsdk name: ionoscloud # The version of the collection. -version: 7.5.0 +version: 7.5.0-beta.1 readme: README.md