diff --git a/CHANGELOG.md b/CHANGELOG.md
index 89f7d95..2cd215d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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.
@@ -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
diff --git a/public/manager.php b/public/manager.php
index eaf8b0d..87d986a 100644
--- a/public/manager.php
+++ b/public/manager.php
@@ -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';