Skip to content

Commit 0b20ac5

Browse files
committed
Version 0.11.0
1 parent 352d431 commit 0b20ac5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
1111
### Fixed
1212
### Security
1313

14+
## [0.11.0] - 2021-07-09
15+
### Changed
16+
- Bumped to core 0.74.
17+
### Fixed
18+
- GitHub authentication.
19+
- Self-update.
20+
1421
## [0.10.0] - 2021-06-14
1522
### Added
1623
- Rules notice to use Pastebin instead of posting code directly.
@@ -88,6 +95,8 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
8895
- Extended `.env.example` file.
8996

9097
[Unreleased]: https://github.com/php-telegram-bot/support-bot/compare/master...develop
98+
[0.11.0]: https://github.com/php-telegram-bot/support-bot/compare/0.10.0...0.11.0
99+
[0.10.0]: https://github.com/php-telegram-bot/support-bot/compare/0.9.0...0.10.0
91100
[0.9.0]: https://github.com/php-telegram-bot/support-bot/compare/0.8.0...0.9.0
92101
[0.8.0]: https://github.com/php-telegram-bot/support-bot/compare/0.7.0...0.8.0
93102
[0.7.0]: https://github.com/php-telegram-bot/support-bot/compare/0.6.0...0.7.0

Diff for: public/manager.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
use TelegramBot\TelegramBotManager\BotManager;
2929
use Throwable;
3030

31-
const VERSION = '0.10.0';
31+
const VERSION = '0.11.0';
3232

3333
// Composer autoloader.
3434
require_once __DIR__ . '/../vendor/autoload.php';

0 commit comments

Comments
 (0)