Version 0.44.1

Add note about important changes and update changelog for version 0.44.0.
parent ea05bd86
# Changelog # Changelog
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
Exclamation symbols (:exclamation:) note something of importance e.g. breaking changes. Click them to learn more.
## [Unreleased] ## [Unreleased]
### Added ### Added
### Changed ### Changed
...@@ -9,6 +11,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ...@@ -9,6 +11,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Fixed ### Fixed
### Security ### Security
## [0.44.1] - 2017-04-25
### Fixed
- Erroneous exception when using webhook without a database connection.
## [0.44.0] - 2017-04-25 ## [0.44.0] - 2017-04-25
### Added ### Added
- Proper standalone `scrutinizer.yml` config. - Proper standalone `scrutinizer.yml` config.
...@@ -18,7 +24,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ...@@ -18,7 +24,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Removed ### Removed
- All examples have been moved to a [dedicated repository](https://github.com/php-telegram-bot/example-bot). - All examples have been moved to a [dedicated repository](https://github.com/php-telegram-bot/example-bot).
### Fixed ### Fixed
- Format of Update content type using `$update->getUpdateContent()`. - [:exclamation:](https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#0440) Format of Update content type using `$update->getUpdateContent()`.
## [0.43.0] - 2017-04-17 ## [0.43.0] - 2017-04-17
### Added ### Added
......
...@@ -30,7 +30,7 @@ class Telegram ...@@ -30,7 +30,7 @@ class Telegram
* *
* @var string * @var string
*/ */
protected $version = '0.43.0'; protected $version = '0.44.1';
/** /**
* Telegram API key * Telegram API key
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment