diff --git a/app/assets/changes.html b/app/assets/changes.html
index 3369064a5..5ed7b0aa8 100644
--- a/app/assets/changes.html
+++ b/app/assets/changes.html
@@ -5,6 +5,12 @@
What's new
+v2.4.1
+
+
+ - #1041 HR settings graph was not updating correctly
+ - #1038/#1040 Cadence for Huawei
+
v2.4.0
diff --git a/build.gradle b/build.gradle
index 0c4b4a76e..93b0c4598 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,8 +30,8 @@ project.ext {
mockitoVersion = '3.11.2'
//The Git tag for the release must be identical for F-Droid
- versionName = '2.4.0.0'
- versionCode = 306
+ versionName = '2.4.1.0'
+ versionCode = 307
latestBaseVersionCode = 15000000
travisBuild = System.getenv("TRAVIS") == "true"