diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b918083..f906ae5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,9 +6,9 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `_, and this project adheres to `Semantic Versioning `_. ----------- -Unreleased ----------- +--------------------- +`0.5.0`_ - 2021-06-11 +--------------------- Added ----- - Allow limiting counts by message type diff --git a/pyproject.toml b/pyproject.toml index 5dceefc..7594129 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "telegram-stats-bot" -version = "0.4.0" +version = "0.5.0" description = "A logging and statistics bot for Telegram based on python-telegram-bot." authors = ["Michael DM Dryden "] repository = "https://github.com/mkdryden/telegram-stats-bot"