diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 0cec461..e78733d 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,8 @@ ### PSTeams Release Notes +#### 2.2.0 / 2022.08.19 + - Added support for `New-AdaptiveTable` that simplifies the creation of tables from arrays. + #### 2.1.2 / 2022.07.13 - ☑ Added support for `Proxy` parameter in `Send-TeamsMessage` and `Send-TeamsMessageBody`, for environments where connections to Office 365 go via a proxy. diff --git a/PSTeams.psd1 b/PSTeams.psd1 index f969d2a..8f1b5c3 100644 --- a/PSTeams.psd1 +++ b/PSTeams.psd1 @@ -8,7 +8,7 @@ Description = 'PSTeams is a PowerShell Module working on Windows / Linux and Mac. It allows sending notifications to Microsoft Teams via WebHook Notifications. It''s pretty flexible and provides a bunch of options. Initially, it only supported one sort of Team Cards but since version 2.X.X it supports Adaptive Cards, Hero Cards, List Cards, and Thumbnail Cards. All those new cards have their own cmdlets and the old version of creating Teams Cards stays as-is for compatibility reasons.' FunctionsToExport = @('ConvertTo-TeamsFact', 'ConvertTo-TeamsSection', 'New-AdaptiveAction', 'New-AdaptiveActionSet', 'New-AdaptiveCard', 'New-AdaptiveColumn', 'New-AdaptiveColumnSet', 'New-AdaptiveContainer', 'New-AdaptiveFact', 'New-AdaptiveFactSet', 'New-AdaptiveImage', 'New-AdaptiveImageSet', 'New-AdaptiveMedia', 'New-AdaptiveMediaSource', 'New-AdaptiveMention', 'New-AdaptiveRichTextBlock', 'New-AdaptiveTable', 'New-AdaptiveTextBlock', 'New-CardList', 'New-CardListButton', 'New-CardListItem', 'New-HeroCard', 'New-TeamsActivityImage', 'New-TeamsActivitySubtitle', 'New-TeamsActivityText', 'New-TeamsActivityTitle', 'New-TeamsBigImage', 'New-TeamsButton', 'New-TeamsFact', 'New-TeamsImage', 'New-TeamsList', 'New-TeamsListItem', 'New-TeamsSection', 'New-ThumbnailCard', 'Send-TeamsMessage', 'Send-TeamsMessageBody') GUID = 'a46c3b0b-5687-4d62-89c5-753ae01e0926' - ModuleVersion = '2.1.3' + ModuleVersion = '2.2.0' PowerShellVersion = '5.1' PrivateData = @{ PSData = @{