diff --git a/changelog.bot.md b/changelog.bot.md
index 70eeae3..43df940 100644
--- a/changelog.bot.md
+++ b/changelog.bot.md
@@ -2,6 +2,15 @@
All notable changes to this bot will be documented in this file.
+## v2.0.1 - 2021-10-30
+
+❇️ @newstickeroptimizerbot **Update v2.0.1** ❇️
+
+**Changelog:**
+🐞 Fix missing translation in donate conversation
+🐞 Fix missing muted notifications filtering
+🐞 Fix image scaling
+
## v2.0 - 2021-10-29
❇️ @newstickeroptimizerbot **Update v2.0** ❇️
diff --git a/changelog.md b/changelog.md
index 685adda..380c201 100644
--- a/changelog.md
+++ b/changelog.md
@@ -5,6 +5,20 @@ 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).
+## v2.0.1 - 2021-10-30
+
+### Changed
+
+- Changed cache driver to database
+- Updated changelog
+- Increased nutgram timeout
+
+### Fixed
+
+- Fix missing translation in donate conversation
+- Fix missing muted notifications filtering
+- Fix image scaling
+
## v2.0 - 2021-10-29
### Changed
diff --git a/config/app.php b/config/app.php
index 58f94df..b356ca0 100644
--- a/config/app.php
+++ b/config/app.php
@@ -14,7 +14,7 @@
*/
'name' => env('APP_NAME', 'Laravel'),
- 'version' => '2.0',
+ 'version' => '2.0.1',
'source' => env('APP_SOURCE'),
'changelog' => env('APP_CHANGELOG'),