diff --git a/CHANGELOG.md b/CHANGELOG.md index d5f885a..300e2b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v1.10.1 - 2020-07-29 +### Fixed +- Scalar return values not supported when mapping objects + ## v1.10 - 2020-07-21 ### Added - Added `getFrom()` method to Update object to get the sender diff --git a/readme.md b/readme.md index 91a538c..6f08b8d 100644 --- a/readme.md +++ b/readme.md @@ -227,6 +227,6 @@ Changelog All notable changes to this project will be documented [here](https://github.com/Lukasss93/telegrambot-php/blob/master/CHANGELOG.md). ### Recent changes -## v1.10 - 2020-07-21 -### Added -- Added `getFrom()` method to Update object to get the sender \ No newline at end of file +## v1.10.1 - 2020-07-29 +### Fixed +- Scalar return values not supported when mapping objects \ No newline at end of file