diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index c030b17f..0965dbe6 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.3.1 +1.4.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f6209ec..d3c28953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.4.0] - 2025-10-29 ### Changed - - Compatibility updates for Android 15 & 16 +- Updated translations ## [1.3.1] - 2025-10-05 ### Changed @@ -67,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#157]: https://github.com/FossifyOrg/Camera/issues/157 [#177]: https://github.com/FossifyOrg/Camera/issues/177 -[Unreleased]: https://github.com/FossifyOrg/Camera/compare/1.3.1...HEAD +[Unreleased]: https://github.com/FossifyOrg/Camera/compare/1.4.0...HEAD +[1.4.0]: https://github.com/FossifyOrg/Camera/compare/1.3.1...1.4.0 [1.3.1]: https://github.com/FossifyOrg/Camera/compare/1.3.0...1.3.1 [1.3.0]: https://github.com/FossifyOrg/Camera/compare/1.2.0...1.3.0 [1.2.0]: https://github.com/FossifyOrg/Camera/compare/1.1.0...1.2.0 diff --git a/fastlane/metadata/android/en-US/changelogs/10.txt b/fastlane/metadata/android/en-US/changelogs/10.txt new file mode 100644 index 00000000..6a925695 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10.txt @@ -0,0 +1,5 @@ +Changed: + +• Compatibility updates for Android 15 & 16 +• Updated translations + diff --git a/gradle.properties b/gradle.properties index 5ff3fb04..284fd0f3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,6 +11,6 @@ org.gradle.unsafe.configuration-cache-problems=warn android.nonTransitiveRClass=true # Versioning -VERSION_NAME=1.3.1 -VERSION_CODE=9 +VERSION_NAME=1.4.0 +VERSION_CODE=10 APP_ID=org.fossify.camera