From b595c2453b2c053d8ea4d23d00f663eb0645f16d Mon Sep 17 00:00:00 2001 From: Nate Ferrell Date: Wed, 27 Feb 2019 01:29:58 -0600 Subject: [PATCH] finalize v2.23.0 release with Gmail.SendAs.Settings functions added for #152 --- PSGSuite/PSGSuite.psd1 | 2 +- README.md | 18 +++++++++++++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/PSGSuite/PSGSuite.psd1 b/PSGSuite/PSGSuite.psd1 index b185ad8d..567db0bf 100644 --- a/PSGSuite/PSGSuite.psd1 +++ b/PSGSuite/PSGSuite.psd1 @@ -12,7 +12,7 @@ RootModule = 'PSGSuite.psm1' # Version number of this module. - ModuleVersion = '2.22.4' + ModuleVersion = '2.23.0' # ID used to uniquely identify this module GUID = '9d751152-e83e-40bb-a6db-4c329092aaec' diff --git a/README.md b/README.md index 23682046..1723aff1 100644 --- a/README.md +++ b/README.md @@ -143,8 +143,16 @@ Update-GSSheetValue Export-GSSheet [Full CHANGELOG here](https://github.com/scrthq/PSGSuite/blob/master/CHANGELOG.md) -#### 2.22.4 - -* [Issue #147](https://github.com/scrthq/PSGSuite/issues/147) - * Added: `Get-GSChromeOSDevice` - Handles Get or List requests, depending on if you specify a ResourceId or not. - * Added: `Update-GSChromeOSDevice` - Handles Action, Move and/or Patch requests depending on the parameters passed. +#### 2.23.0 + +* [Issue #152](https://github.com/scrthq/PSGSuite/issues/152) + * Added full coverage of `Gmail.Settings.SendAs` resource (where signatures are managed with the newer Gmail API): + * Added: `Get-GSGmailSendAsAlias` + * Added: `Update-GSGmailSendAsAlias` + * Added: `Get-GSGmailSignature` (aliased to `Get-GSGmailSendAsAlias`) + * Added: `Update-GSGmailSignature` (aliased to `Update-GSGmailSendAsAlias` with some additional convenience parameters) + * Added: `Get-GSGmailSendAsSettings` (aliased to `Get-GSGmailSendAsAlias`) + * Added: `Update-GSGmailSendAsSettings` (aliased to `Update-GSGmailSendAsAlias`) + * Added: `Remove-GSGmailSendAsAlias` + * Added: `New-GSGmailSendAsAlias` + * Added: `Send-GSGmailSendAsConfirmation`