Skip to content

Commit 7c8d702

Browse files
author
Filiz Topatan
committed
Update release notes
1 parent 3679cc6 commit 7c8d702

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

src/Blueprint/Blueprint/Az.Blueprint.psd1

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.2.0'
15+
ModuleVersion = '0.2.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -114,15 +114,7 @@ PrivateData = @{
114114
# IconUri = ''
115115

116116
# ReleaseNotes of this module
117-
ReleaseNotes = '* Added new cmdlets:
118-
- New-AzBlueprint
119-
- Set-AzBlueprint
120-
- Publish-AzBlueprint
121-
- New-AzBlueprintArtifact
122-
- Set-AzBlueprintArtifact
123-
- Get-AzBlueprintArtifact
124-
- Export-AzBlueprintWithArtifact
125-
- Import-AzBlueprintWithArtifact'''
117+
ReleaseNotes = 'Bug fixes and improvements'
126118

127119
# Prerelease string of this module
128120
# Prerelease = ''

src/Blueprint/Blueprint/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
-->
2020
## Upcoming Release
2121

22+
## Version 0.2.1
23+
*Bug fixes and improvements
24+
2225
## Version 0.2.0
2326
* Added new cmdlets:
2427
- New-AzBlueprint

0 commit comments

Comments
 (0)