Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noplanman committed Nov 23, 2019
1 parent a4cc14c commit b6e63d0
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,21 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c

## [Unreleased]
### Added
- Description for commands.
- `/id` command, to help users find their user and chat information.
### Changed
### Deprecated
### Removed
### Fixed
- PSR12 compatibility.
### Security
- Minimum PHP 7.3.
- Use master branch of core library.

## [0.5.0] - 2019-11-24
### Added
- Description for commands. (#35)
- `/id` command, to help users find their user and chat information. (#36)
### Fixed
- PSR12 compatibility. (#35)
### Security
- Minimum PHP 7.3. (#35)
- Use master branch of core library. (#35)

## [0.4.0] - 2019-08-01
### Changed
Expand Down Expand Up @@ -46,6 +51,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
- Extended `.env.example` file.

[Unreleased]: https://github.com/php-telegram-bot/support-bot/compare/master...develop
[0.5.0]: https://github.com/php-telegram-bot/support-bot/compare/0.4.0...0.5.0
[0.4.0]: https://github.com/php-telegram-bot/support-bot/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/php-telegram-bot/support-bot/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/php-telegram-bot/support-bot/compare/0.1.0...0.2.0

0 comments on commit b6e63d0

Please sign in to comment.