Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 55c4fee

Browse files
Merge pull request #1642 from erwinvanhunen/dev
July 2018 Release
2 parents 75119cf + 3627565 commit 55c4fee

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55

66
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
77

8-
## [2.28.1807.0] Unreleased
8+
## [2.29.1808.0] unreleased
99
### Added
1010

1111
### Changed
@@ -14,6 +14,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1414

1515
### Contributors
1616

17+
## [2.28.1807.0]
18+
### Changed
19+
- Added IncludeClassification to Get-PnPUnifiedGroup
20+
- Updated documentation for Get-PnPSearchCrawlLog
21+
- Added -NewFileName to Add-PnPFile cmdlet
22+
23+
### Contributors
24+
- vipulkelkar
25+
- wobba
26+
- koenzomers
27+
1728
## [2.27.1806.0]
1829
### Added
1930
- Added Grant-PnPTenantServicePrincipalPermission to explicitely grant a permission on a resource for the tenant.

Commands/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
// You can specify all the values or you can default the Build and Revision Numbers
4545
// by using the '*' as shown below:
4646
// [assembly: AssemblyVersion("1.0.*")]
47-
[assembly: AssemblyVersion("2.27.1806.1")]
48-
[assembly: AssemblyFileVersion("2.27.1806.1")]
47+
[assembly: AssemblyVersion("2.28.1807.0")]
48+
[assembly: AssemblyFileVersion("2.28.1807.0")]
4949
[assembly: InternalsVisibleTo("SharePointPnP.PowerShell.Tests")]

0 commit comments

Comments
 (0)