From 80b59d1254a539b3e4adb92413b4ae46d34ed39a Mon Sep 17 00:00:00 2001
From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com>
Date: Thu, 19 Oct 2023 18:52:19 +0300
Subject: [PATCH] Update version

---
 Changelog.md          | 7 +++++++
 Directory.Build.props | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/Changelog.md b/Changelog.md
index 673ff490..013f3560 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## v2.42.1 (19-Oct-2023)
+
+- General changes:
+  - Improved the error message shown when trying to export a forum channel. Such channels cannot be exported directly, you need to fetch and export their individual threads instead.
+- CLI changes:
+  - Fixed an issue where fetching threads with `[` or `]` in their name crashed the application.
+
 ## v2.42 (12-Oct-2023)
 
 - General changes:
diff --git a/Directory.Build.props b/Directory.Build.props
index 2e60ef06..4b2ef9f4 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -2,7 +2,7 @@
 
   <PropertyGroup>
     <TargetFramework>net7.0</TargetFramework>
-    <Version>2.42</Version>
+    <Version>2.42.1</Version>
     <Company>Tyrrrz</Company>
     <Copyright>Copyright (c) Oleksii Holub</Copyright>
     <LangVersion>preview</LangVersion>