diff --git a/app/assets/changes.html b/app/assets/changes.html
index 4b4773215..c4fcbdb7d 100644
--- a/app/assets/changes.html
+++ b/app/assets/changes.html
@@ -5,6 +5,14 @@
What's new
+v2.7.0
+
+
+ - Target Android 14
+ - Library updates and internal cleanup
+ - Translation updates for pt
+ - #1176 Remove old Wear support, to allow Play update
+
v2.6.0
diff --git a/build.gradle b/build.gradle
index 72f0c9f31..0bf810a85 100644
--- a/build.gradle
+++ b/build.gradle
@@ -31,8 +31,8 @@ project.ext {
mockitoVersion = '3.11.2'
//The Git tag for the release must be identical for F-Droid
- versionName = '2.6.0.2'
- versionCode = 331
+ versionName = '2.7.0.0'
+ versionCode = 335
latestBaseVersionCode = minSdk * 1000000
// F-Droid builds only allow free software (wear dir deleted at builds)
diff --git a/fastlane/metadata/android/en-US/changelogs/21000335.txt b/fastlane/metadata/android/en-US/changelogs/21000335.txt
new file mode 100644
index 000000000..69a8f8160
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/21000335.txt
@@ -0,0 +1,4 @@
+Target Android 14
+Library updates and internal cleanup
+Translation updates for pt
+#1176 Remove old Wear support, to allow Play update
\ No newline at end of file