Skip to content

Commit 20fd468

Browse files
committed
Version 0.14.0
1 parent f9da116 commit 20fd468

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,20 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
55

66
## [Unreleased]
77
### Added
8+
### Changed
9+
### Deprecated
10+
### Removed
11+
### Fixed
12+
### Security
13+
14+
## [0.14.0] - 2023-05-27
15+
### Added
816
- Notify group on Laravel package releases.
917
### Changed
1018
- Bump manager to 2.1.
1119
- Bump core to 0.81.
12-
### Deprecated
1320
### Removed
14-
### Fixed
21+
- Travis CI webhook.
1522
### Security
1623
- Minimum PHP 8.1.
1724

@@ -124,6 +131,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
124131
- Extended `.env.example` file.
125132

126133
[Unreleased]: https://github.com/php-telegram-bot/support-bot/compare/master...develop
134+
[0.14.0]: https://github.com/php-telegram-bot/support-bot/compare/0.13.2...0.14.0
127135
[0.13.2]: https://github.com/php-telegram-bot/support-bot/compare/0.13.1...0.13.2
128136
[0.13.1]: https://github.com/php-telegram-bot/support-bot/compare/0.13.0...0.13.1
129137
[0.13.0]: https://github.com/php-telegram-bot/support-bot/compare/0.12.0...0.13.0

public/manager.php

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

32-
const VERSION = '0.13.2';
32+
const VERSION = '0.14.0';
3333

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

0 commit comments

Comments
 (0)