diff --git a/CHANGELOG.md b/CHANGELOG.md
index 675193274..8f4688ae8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,13 @@
# Changelog
-## dev [v2.2.1 or v2.3.0]
+## dev [v2.2.2 or 2.3.0]
+
+## v2.2.1
#### What's Improved
- Updated chinese translations [courtesy of cccClyde]
- Use proper material you top app bars
- Use body typography in correct places
-- Manifest should expose Auxio's file opening functionality better
+- Expose file opening functionality better
#### What's Fixed
- Fixed issue where playback would start unexpectedly when opening the app
diff --git a/README.md b/README.md
index f1f94c1a6..5d24bd01d 100644
--- a/README.md
+++ b/README.md
@@ -3,14 +3,14 @@
A simple, rational music player for android.
-
+
-
diff --git a/app/build.gradle b/app/build.gradle
index 2579639c4..8e06542ac 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -9,8 +9,8 @@ android {
defaultConfig {
applicationId "org.oxycblt.auxio"
- versionName "2.2.0"
- versionCode 12
+ versionName "2.2.1"
+ versionCode 13
minSdkVersion 21
targetSdkVersion 32
diff --git a/fastlane/metadata/android/en-US/changelogs/13.txt b/fastlane/metadata/android/en-US/changelogs/13.txt
new file mode 100644
index 000000000..2fec9ff94
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/13.txt
@@ -0,0 +1,3 @@
+Auxio 2.2.0 improves music loading even further, respecting individual artist tags while eliminating needlessly fragmented artists and albums. For more information, please see https://github.com/OxygenCobalt/Auxio/releases/tag/v2.2.0.
+
+This release is a patch intended to fix some minor UX issues introduced by the previous version.
\ No newline at end of file