File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
44Exclamation symbols (:exclamation : ) note something of importance e.g. breaking changes. Click them to learn more.
55
66## [ Unreleased]
7+ - [ :ledger : View file changes] [ Unreleased ]
78### Notes
89### Added
910### Changed
1011### Deprecated
1112### Removed
1213### Fixed
13- - Regex in ` getFileNamespace() ` that introduced a breaking bug (#1114 )
14- - Fixed ` runCommands() ` not working due to custom namespace feature
1514### Security
1615
16+ ## [ 0.63.1] - 2020-06-24
17+ ### Notes
18+ - [ :ledger : View file changes] [ 0.63.1 ]
19+ - This fixed version is necessary for Windows users.
20+ ### Fixed
21+ - Regex in ` getFileNamespace() ` that introduced a breaking bug in #1114 . (@jacklul ) (#1115 )
22+ - Fixed ` runCommands() ` not working due to custom namespace feature. (@jacklul ) (#1115 , #1118 )
23+
1724## [ 0.63.0] - 2020-06-17
1825### Notes
1926- [ :ledger : View file changes] [ 0.63.0 ] ∙ [ :page_with_curl : DB migration script] [ 0.63.0-sql-migration ]
@@ -481,6 +488,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
481488[ Tidelift ] : https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
482489
483490[ Unreleased ] : https://github.com/php-telegram-bot/core/compare/master...develop
491+ [ 0.63.1 ] : https://github.com/php-telegram-bot/core/compare/0.63.0...0.63.1
484492[ 0.63.0 ] : https://github.com/php-telegram-bot/core/compare/0.62.0...0.63.0
485493[ 0.62.0 ] : https://github.com/php-telegram-bot/core/compare/0.61.1...0.62.0
486494[ 0.61.1 ] : https://github.com/php-telegram-bot/core/compare/0.61.0...0.61.1
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class Telegram
3434 *
3535 * @var string
3636 */
37- protected $ version = '0.63.0 ' ;
37+ protected $ version = '0.63.1 ' ;
3838
3939 /**
4040 * Telegram API key
You can’t perform that action at this time.
0 commit comments