Skip to content

Commit

Permalink
Update changelog for v1.0
Browse files Browse the repository at this point in the history
    This commit was created by changelog-from-release in 'Post release' CI workflow
  • Loading branch information
JosXa committed Oct 25, 2020
1 parent 9c3cba2 commit 5c63b80
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<a name="v1.0"></a>
# [TgIntegration 1.0 Stable Release (v1.0)](https://github.com/JosXa/tgintegration/releases/tag/v1.0) - 19 Oct 2020

After two years of neglect, _tgintegration_ is finally back!
With Pyrogram turning `asyncio`-native and a huge demand in proper testing capabilities for Telegram Bots, it was time to give the library the love it deserves. Thus I hereby present to you the initial 1.0 Release - async by default, fully capable, and well-tested.

## Features

- 👤 Log into a Telegram user account and interact with bots or other users
- ✅ Write **realtime integration tests** to ensure that your bot works as expected! ▶️ [Pytest examples](https://github.com/JosXa/tgintegration/tree/master/examples/pytest)
- ⚡️ **Automate any interaction** on Telegram! ▶️ [Automation examples](https://github.com/JosXa/tgintegration/tree/master/examples/automation)


See the [README](https://github.com/JosXa/tgintegration/blob/master/README.md) for more information and check out the [Quick Start Guide](https://github.com/JosXa/tgintegration/blob/master/README.md#quick-start-guide)!

[Changes][v1.0]


[v1.0]: https://github.com/JosXa/tgintegration/tree/v1.0

<!-- Generated by changelog-from-release -->

0 comments on commit 5c63b80

Please sign in to comment.