We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70b2d6e + 481370d commit 8c68c71Copy full SHA for 8c68c71
CHANGELOG.md
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
16
17
## Unreleased
18
19
+## [9.0.1]
20
+
21
### Added
22
* Added `Test-PowerShellSeven` private function to test if PS 7 is being used to facilate fix for DELETE calls without explicit ContentType parameter.
23
Rubrik/Rubrik.psd1
@@ -12,7 +12,7 @@
12
RootModule = 'Rubrik.psm1'
13
14
# Version number of this module.
15
-ModuleVersion = '9.0.0'
+ModuleVersion = '9.0.1'
# Supported PSEditions
# CompatiblePSEditions = @()
0 commit comments