Skip to content

Commit

Permalink
Version 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
noplanman committed Jun 4, 2022
1 parent 638f3fc commit 2e173d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
## [Unreleased]
### Added
### Changed
- Bump core to 0.77.1
- Bump service webhook handler
### Deprecated
### Removed
### Fixed
### Security

## [0.13.2] - 2022-06-04
### Changed
- Bump core to 0.77.1
### Fixed
- Bump service webhook handler

## [0.13.1] - 2022-05-27
### Fixed
- Trigger the release note for `released` action instead of `published`.
Expand Down Expand Up @@ -116,6 +120,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.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
[0.12.0]: https://github.com/php-telegram-bot/support-bot/compare/0.11.0...0.12.0
Expand Down
2 changes: 1 addition & 1 deletion public/manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
use TelegramBot\TelegramBotManager\BotManager;
use Throwable;

const VERSION = '0.13.1';
const VERSION = '0.13.2';

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

0 comments on commit 2e173d3

Please sign in to comment.