Skip to content

Commit

Permalink
Version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noplanman committed May 27, 2023
1 parent f9da116 commit 20fd468
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,20 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c

## [Unreleased]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security

## [0.14.0] - 2023-05-27
### Added
- Notify group on Laravel package releases.
### Changed
- Bump manager to 2.1.
- Bump core to 0.81.
### Deprecated
### Removed
### Fixed
- Travis CI webhook.
### Security
- Minimum PHP 8.1.

Expand Down Expand Up @@ -124,6 +131,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.14.0]: https://github.com/php-telegram-bot/support-bot/compare/0.13.2...0.14.0
[0.13.2]: https://github.com/php-telegram-bot/support-bot/compare/0.13.1...0.13.2
[0.13.1]: https://github.com/php-telegram-bot/support-bot/compare/0.13.0...0.13.1
[0.13.0]: https://github.com/php-telegram-bot/support-bot/compare/0.12.0...0.13.0
Expand Down
2 changes: 1 addition & 1 deletion public/manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
use TelegramBot\TelegramBotManager\BotManager;
use Throwable;

const VERSION = '0.13.2';
const VERSION = '0.14.0';

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

0 comments on commit 20fd468

Please sign in to comment.