diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd99cea53..c5abcfdfe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog +## v57.4 + +- Fix crash under certain circumstances in bike path overlay (#5604) (regression from #5596) + ## v57.3 + - Fix UNDO: It didn't actually do anything for edits that were already synced! This critical issue existed since v57.2 (#5600, #5602) - Traffic signals: Improve wording (#5591) - Max speed: Show warning when inputting implausible slow zone tempo limit (#5592) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 135fca1ad2..8b62cd842c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -34,8 +34,8 @@ android { applicationId = "de.westnordost.streetcomplete" minSdk = 21 targetSdk = 34 - versionCode = 5705 - versionName = "57.3" + versionCode = 5706 + versionName = "57.4" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/res/raw/changelog.html b/app/src/main/res/raw/changelog.html index 3d9d30baef..8bf21ee0d0 100644 --- a/app/src/main/res/raw/changelog.html +++ b/app/src/main/res/raw/changelog.html @@ -1,5 +1,6 @@ -

Changelog

v57.3