Skip to content

Commit

Permalink
Version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noplanman committed Jul 9, 2021
1 parent 352d431 commit 0b20ac5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
### Fixed
### Security

## [0.11.0] - 2021-07-09
### Changed
- Bumped to core 0.74.
### Fixed
- GitHub authentication.
- Self-update.

## [0.10.0] - 2021-06-14
### Added
- Rules notice to use Pastebin instead of posting code directly.
Expand Down Expand Up @@ -88,6 +95,8 @@ 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.11.0]: https://github.com/php-telegram-bot/support-bot/compare/0.10.0...0.11.0
[0.10.0]: https://github.com/php-telegram-bot/support-bot/compare/0.9.0...0.10.0
[0.9.0]: https://github.com/php-telegram-bot/support-bot/compare/0.8.0...0.9.0
[0.8.0]: https://github.com/php-telegram-bot/support-bot/compare/0.7.0...0.8.0
[0.7.0]: https://github.com/php-telegram-bot/support-bot/compare/0.6.0...0.7.0
Expand Down
2 changes: 1 addition & 1 deletion public/manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
use TelegramBot\TelegramBotManager\BotManager;
use Throwable;

const VERSION = '0.10.0';
const VERSION = '0.11.0';

// Composer autoloader.
require_once __DIR__ . '/../vendor/autoload.php';
Expand Down

0 comments on commit 0b20ac5

Please sign in to comment.