diff --git a/CHANGELOG.md b/CHANGELOG.md index 68863ff77..b5e0098f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). +## [3.25.2009.1] + +### Changed +- Underlying PnP Sites Core library has been updated to fix an issue with the Provisioning Engine and Teams Provisioning. + ## [3.25.2009.0] ### Added diff --git a/Commands/Properties/AssemblyInfo.cs b/Commands/Properties/AssemblyInfo.cs index 48061920d..0f8bd973d 100644 --- a/Commands/Properties/AssemblyInfo.cs +++ b/Commands/Properties/AssemblyInfo.cs @@ -51,8 +51,8 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] #if !PNPPSCORE -[assembly: AssemblyVersion("3.25.2009.0")] -[assembly: AssemblyFileVersion("3.25.2009.0")] +[assembly: AssemblyVersion("3.25.2009.1")] +[assembly: AssemblyFileVersion("3.25.2009.1")] #else [assembly: AssemblyVersion("4.0.0.0")] [assembly: AssemblyFileVersion("4.0.0.0")] diff --git a/version.txt b/version.txt index 233502f28..1bda19773 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.25.2009.0 \ No newline at end of file +3.25.2009.1 \ No newline at end of file