From a61d81d829d4770ad58df4f63d804279f06c037b Mon Sep 17 00:00:00 2001 From: Waffle Date: Wed, 17 Feb 2021 16:04:04 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d64b17f..62aebd43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] + +## [0.1.1] - 2020-02-17 + +### Fixed + +- Remove `dbg!` call from internals ([#53][pr53]) + +[pr53]: https://github.com/teloxide/teloxide-core/pull/53 + +## [0.1.0] - 2020-02-17 + ### Added - `#[non_exhaustive]` on `InputFile` since we may want to add new ways to send files in the future ([#49][pr49]) @@ -45,8 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [pr7]: https://github.com/teloxide/teloxide-core/pull/7 [pr8]: https://github.com/teloxide/teloxide-core/pull/8 [pr10]: https://github.com/teloxide/teloxide-core/pull/10 -[pr12]: https://github.com/teloxide/teloxide-core/pull/10 -[pr14]: https://github.com/teloxide/teloxide-core/pull/10 +[pr12]: https://github.com/teloxide/teloxide-core/pull/12 +[pr14]: https://github.com/teloxide/teloxide-core/pull/14 [pr22]: https://github.com/teloxide/teloxide-core/pull/22 [pr24]: https://github.com/teloxide/teloxide-core/pull/24 [pr26]: https://github.com/teloxide/teloxide-core/pull/26