Skip to content

Commit

Permalink
Update changelog with release date
Browse files Browse the repository at this point in the history
  • Loading branch information
devblackops committed Dec 7, 2017
1 parent efbb33f commit 87748be
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.9.0] Unreleased
## [0.9.0] 2017-12-06
### Added
- PoshBot can now be constrained to certain channels via a whitelist in the bot configuration. Commands initiated from other channels will be ignored.
- Direct messages (DMs) to the bot can be disallowed via configuration.

### Fixed
- Configuration settings for commands requiring approval were not be saved to disk correctly.
- Configuration settings for commands requiring approval were not being saved to disk correctly.

## [0.8.0] 2017-10-01
### Added
Expand Down
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,19 +88,19 @@ Get-Command -Module PoshBot
CommandType Name Version Source
----------- ---- ------- ------
Function Get-PoshBot 0.8.0 poshbot
Function Get-PoshBotConfiguration 0.8.0 poshbot
Function Get-PoshBotStatefulData 0.8.0 poshbot
Function New-PoshBotCardResponse 0.8.0 poshbot
Function New-PoshBotConfiguration 0.8.0 poshbot
Function New-PoshBotFileUpload 0.8.0 poshbot
Function New-PoshBotInstance 0.8.0 poshbot
Function New-PoshBotScheduledTask 0.8.0 poshbot
Function New-PoshBotSlackBackend 0.8.0 poshbot
Function New-PoshBotTextResponse 0.8.0 poshbot
Function Remove-PoshBotStatefulData 0.8.0 poshbot
Function Save-PoshBotConfiguration 0.8.0 poshbot
Function Set-PoshBotStatefulData 0.8.0 poshbot
Function Start-PoshBot 0.8.0 poshbot
Function Stop-Poshbot 0.8.0 poshbot
Function Get-PoshBot 0.9.0 poshbot
Function Get-PoshBotConfiguration 0.9.0 poshbot
Function Get-PoshBotStatefulData 0.9.0 poshbot
Function New-PoshBotCardResponse 0.9.0 poshbot
Function New-PoshBotConfiguration 0.9.0 poshbot
Function New-PoshBotFileUpload 0.9.0 poshbot
Function New-PoshBotInstance 0.9.0 poshbot
Function New-PoshBotScheduledTask 0.9.0 poshbot
Function New-PoshBotSlackBackend 0.9.0 poshbot
Function New-PoshBotTextResponse 0.9.0 poshbot
Function Remove-PoshBotStatefulData 0.9.0 poshbot
Function Save-PoshBotConfiguration 0.9.0 poshbot
Function Set-PoshBotStatefulData 0.9.0 poshbot
Function Start-PoshBot 0.9.0 poshbot
Function Stop-Poshbot 0.9.0 poshbot
```
2 changes: 1 addition & 1 deletion docs/reference/functions/new-poshbotconfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ Aliases:

Required: False
Position: 24
Default value: @(@{Channel = '*'; Commands = @('*')})
Default value: @(@{Channel = '*'; IncludeCommands = @('*'); ExcludeCommands = @()})
Accept pipeline input: False
Accept wildcard characters: False
```
Expand Down

0 comments on commit 87748be

Please sign in to comment.