diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e99e54..5822453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # PSProfile - ChangeLog * [PSProfile - ChangeLog](#psprofile---changelog) - * [0.7.0 - 2021-11-17](#070---2021-11-17) + * [0.7.1 - 2021-11-17](#071---2021-11-17) * [0.6.3 - 2020-06-27](#063---2020-06-27) * [0.6.2 - 2020-05-14](#062---2020-05-14) * [0.6.1 - 2019-11-04](#061---2019-11-04) @@ -24,7 +24,7 @@ *** -## 0.7.0 - 2021-11-17 +## 0.7.1 - 2021-11-17 * Miscellaneous * Added: Support for code-workspace aggregation in the GitPathMap if any are found under ProjectPaths. diff --git a/PSProfile/PSProfile.psd1 b/PSProfile/PSProfile.psd1 index 045bfcd..151f6a8 100644 --- a/PSProfile/PSProfile.psd1 +++ b/PSProfile/PSProfile.psd1 @@ -12,7 +12,7 @@ RootModule = 'PSProfile.psm1' # Version number of this module. - ModuleVersion = '0.7.0' + ModuleVersion = '0.7.1' # Supported PSEditions CompatiblePSEditions = @('Desktop','Core')