diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f0c5b..0a5cc5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 1.9.0 (2022-01-01) + + +### Features + +* New player, updates to newest android SDK, New details view, Removed torrent playback (stopped working correctly), Subscribe / unsubscribe if logged in 5a19390 + ## 1.8.4 (2022-01-01) diff --git a/VERSION.txt b/VERSION.txt index bfa363e..f8e233b 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.8.4 +1.9.0 diff --git a/app/build.gradle b/app/build.gradle index bb263cd..5f786b4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,8 +46,8 @@ android { applicationId "net.schueller.peertube" minSdkVersion 21 targetSdkVersion 32 - versionCode 1070 - versionName "1.8.4" + versionCode 1071 + versionName "1.9.0" buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/fastlane/metadata/android/en-US/changelogs/1071.txt b/fastlane/metadata/android/en-US/changelogs/1071.txt new file mode 100644 index 0000000..4d7818f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1071.txt @@ -0,0 +1,6 @@ +# 1.9.0 (2022-01-01) + + +### Features + +* New player, updates to newest android SDK, New details view, Removed torrent playback (stopped working correctly), Subscribe / unsubscribe if logged in 5a19390