File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
11
11
### Fixed
12
12
### Security
13
13
14
+ ## [ 0.11.0] - 2021-07-09
15
+ ### Changed
16
+ - Bumped to core 0.74.
17
+ ### Fixed
18
+ - GitHub authentication.
19
+ - Self-update.
20
+
14
21
## [ 0.10.0] - 2021-06-14
15
22
### Added
16
23
- 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
88
95
- Extended ` .env.example ` file.
89
96
90
97
[ 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
91
100
[ 0.9.0 ] : https://github.com/php-telegram-bot/support-bot/compare/0.8.0...0.9.0
92
101
[ 0.8.0 ] : https://github.com/php-telegram-bot/support-bot/compare/0.7.0...0.8.0
93
102
[ 0.7.0 ] : https://github.com/php-telegram-bot/support-bot/compare/0.6.0...0.7.0
Original file line number Diff line number Diff line change 28
28
use TelegramBot \TelegramBotManager \BotManager ;
29
29
use Throwable ;
30
30
31
- const VERSION = '0.10 .0 ' ;
31
+ const VERSION = '0.11 .0 ' ;
32
32
33
33
// Composer autoloader.
34
34
require_once __DIR__ . '/../vendor/autoload.php ' ;
You can’t perform that action at this time.
0 commit comments