diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e6f60a1b..2b54d77de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,21 @@
+
+# [Release v1.04.1: Bugfixes](https://github.com/vitorpamplona/amethyst/releases/tag/v1.04.1) - 2025-11-15
+
+#Amethyst v1.04.1: Bug fixes
+
+- Fixes crashing when starting
+- Fixes hashtag unfollowing for mixed case tags
+- Fixes release Id for the zap the devs button
+- Fixes quartz version for a release to Maven
+- Fixes disappearing of the Zap the Devs Manual Payment screen
+- Fixes back button of the Zap the Devs Manual Payment screen staying behind the status bar
+
+Translations:
+- Polish by @npub16gjyljum0ksrrm28zzvejydgxwfm7xse98zwc4hlgq8epxeuggushqwyrm
+- Hungarian by @npub1dnvslq0vvrs8d603suykc4harv94yglcxwna9sl2xu8grt2afm3qgfh0tp
+
+Download: http://amethyst.social
+
# [Release v1.04.0: List Management](https://github.com/vitorpamplona/amethyst/releases/tag/v1.04.0) - 2025-11-15
diff --git a/amethyst/build.gradle b/amethyst/build.gradle
index d084ec36d..c29b4ade6 100644
--- a/amethyst/build.gradle
+++ b/amethyst/build.gradle
@@ -45,7 +45,7 @@ android {
minSdk = libs.versions.android.minSdk.get().toInteger()
targetSdk = libs.versions.android.targetSdk.get().toInteger()
versionCode = 429
- versionName = generateVersionName("1.04.0")
+ versionName = generateVersionName("1.04.1")
buildConfigField "String", "RELEASE_NOTES_ID", "\"3a03c75d85aaf6b181d3b232d064c4d4feea5c73f0bea2bd91ed61b8da7cd6a6\""
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
diff --git a/quartz/build.gradle.kts b/quartz/build.gradle.kts
index 0a8bc3321..a3830ac7b 100644
--- a/quartz/build.gradle.kts
+++ b/quartz/build.gradle.kts
@@ -255,7 +255,7 @@ mavenPublishing {
coordinates(
groupId = "com.vitorpamplona.quartz",
artifactId = "quartz",
- version = "1.04.0"
+ version = "1.04.1"
)
// Configure publishing to Maven Central