Skip to content

Commit 17f5bbf

Browse files
committed
bump version for Az.Dataprotection
1 parent 24ce1eb commit 17f5bbf

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

src/DataProtection/Az.DataProtection.psd1

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = './Az.DataProtection.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.3.1'
15+
ModuleVersion = '0.4.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -142,7 +142,12 @@ PrivateData = @{
142142
# IconUri = ''
143143

144144
# ReleaseNotes of this module
145-
# ReleaseNotes = ''
145+
ReleaseNotes = '* Added support for CRUD of resource guard resource.
146+
* Added support for protection related commands with swagger refresh
147+
- Resume-AzDataProtectionBackupInstanceProtection
148+
- Stop-AzDataProtectionBackupInstanceProtection
149+
- Suspend-AzDataProtectionBackupInstanceBackup
150+
- Sync-AzDataProtectionBackupInstance'
146151

147152
# Prerelease string of this module
148153
# Prerelease = ''

src/DataProtection/Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 0.4.0
2123
* Added support for CRUD of resource guard resource.
2224
* Added support for protection related commands with swagger refresh
2325
- Resume-AzDataProtectionBackupInstanceProtection

src/DataProtection/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("ab240bd4-c397-4629-a993-21763b35faed")]
27-
[assembly: AssemblyVersion("0.3.1")]
28-
[assembly: AssemblyFileVersion("0.3.1")]
27+
[assembly: AssemblyVersion("0.4.0")]
28+
[assembly: AssemblyFileVersion("0.4.0")]

0 commit comments

Comments
 (0)