From 90a3262f6809b2d7ed5a34ec30e736c6b3e7e189 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 4 Jul 2025 08:32:35 +0000 Subject: [PATCH] chore: Release v5.31.0-dev.1 [skip ci] # [5.31.0-dev.1](https://github.com/ReVanced/revanced-patches/compare/v5.30.0...v5.31.0-dev.1) (2025-07-04) ### Bug Fixes * **SoundCloud:** Constrain patches to last working app target ([89ec5d5](https://github.com/ReVanced/revanced-patches/commit/89ec5d5bc6a319b79f4247e6fbe0d459b88e481e)) ### Features * **Lightroom:** Constrain patches to last working version ([#5335](https://github.com/ReVanced/revanced-patches/issues/5335)) ([f7f49b8](https://github.com/ReVanced/revanced-patches/commit/f7f49b834eaed66549da31de895e324f952e7b19)) --- CHANGELOG.md | 12 ++++++++++++ gradle.properties | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28d7bcc95..97a55ca02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [5.31.0-dev.1](https://github.com/ReVanced/revanced-patches/compare/v5.30.0...v5.31.0-dev.1) (2025-07-04) + + +### Bug Fixes + +* **SoundCloud:** Constrain patches to last working app target ([e8ea89f](https://github.com/ReVanced/revanced-patches/commit/e8ea89fc1a3f0531a0af7529663f13328aca4fe7)) + + +### Features + +* **Lightroom:** Constrain patches to last working version ([#5335](https://github.com/ReVanced/revanced-patches/issues/5335)) ([32ce70e](https://github.com/ReVanced/revanced-patches/commit/32ce70e994f354b9a569376bb89eb38b3190e6f9)) + # [5.30.0](https://github.com/ReVanced/revanced-patches/compare/v5.29.0...v5.30.0) (2025-07-02) diff --git a/gradle.properties b/gradle.properties index d1744c18a..7a081087c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,4 +3,4 @@ org.gradle.jvmargs = -Xms512M -Xmx2048M org.gradle.parallel = true android.useAndroidX = true kotlin.code.style = official -version = 5.30.0 +version = 5.31.0-dev.1