Skip to content

Commit

Permalink
Version 0.63.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noplanman committed Jun 24, 2020
1 parent 8a3be9e commit 1cf5d1f
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 @@ -4,16 +4,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
Exclamation symbols (:exclamation:) note something of importance e.g. breaking changes. Click them to learn more.

## [Unreleased]
- [:ledger: View file changes][Unreleased]
### Notes
### Added
### Changed
### Deprecated
### Removed
### Fixed
- Regex in `getFileNamespace()` that introduced a breaking bug (#1114)
- Fixed `runCommands()` not working due to custom namespace feature
### Security

## [0.63.1] - 2020-06-24
### Notes
- [:ledger: View file changes][0.63.1]
- This fixed version is necessary for Windows users.
### Fixed
- Regex in `getFileNamespace()` that introduced a breaking bug in #1114. (@jacklul) (#1115)
- Fixed `runCommands()` not working due to custom namespace feature. (@jacklul) (#1115, #1118)

## [0.63.0] - 2020-06-17
### Notes
- [:ledger: View file changes][0.63.0][:page_with_curl: DB migration script][0.63.0-sql-migration]
Expand Down Expand Up @@ -481,6 +488,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
[Tidelift]: https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog

[Unreleased]: https://github.com/php-telegram-bot/core/compare/master...develop
[0.63.1]: https://github.com/php-telegram-bot/core/compare/0.63.0...0.63.1
[0.63.0]: https://github.com/php-telegram-bot/core/compare/0.62.0...0.63.0
[0.62.0]: https://github.com/php-telegram-bot/core/compare/0.61.1...0.62.0
[0.61.1]: https://github.com/php-telegram-bot/core/compare/0.61.0...0.61.1
Expand Down
2 changes: 1 addition & 1 deletion src/Telegram.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Telegram
*
* @var string
*/
protected $version = '0.63.0';
protected $version = '0.63.1';

/**
* Telegram API key
Expand Down

0 comments on commit 1cf5d1f

Please sign in to comment.