From b531dbd6ce5c094b4763a0cc677de246a0f52706 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 28 Jul 2022 18:25:49 +0000 Subject: [PATCH] chore(release): 0.29.0 [skip ci] # [0.29.0](https://github.com/revanced/revanced-integrations/compare/v0.28.1...v0.29.0) (2022-07-28) ### Bug Fixes * solution shouldn't be required ([#104](https://github.com/revanced/revanced-integrations/issues/104)) ([93a5edc](https://github.com/revanced/revanced-integrations/commit/93a5edc2ba776097af380631ce4c99dd1427fc97)) ### Features * toast notifications for `remember-quality` patch ([#106](https://github.com/revanced/revanced-integrations/issues/106)) ([35ee341](https://github.com/revanced/revanced-integrations/commit/35ee3415f000846926fbce06e3a9db1fc3af7e0c)) --- CHANGELOG.md | 12 ++++++++++++ gradle.properties | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e90a0275..af6b12e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [0.29.0](https://github.com/revanced/revanced-integrations/compare/v0.28.1...v0.29.0) (2022-07-28) + + +### Bug Fixes + +* solution shouldn't be required ([#104](https://github.com/revanced/revanced-integrations/issues/104)) ([93a5edc](https://github.com/revanced/revanced-integrations/commit/93a5edc2ba776097af380631ce4c99dd1427fc97)) + + +### Features + +* toast notifications for `remember-quality` patch ([#106](https://github.com/revanced/revanced-integrations/issues/106)) ([35ee341](https://github.com/revanced/revanced-integrations/commit/35ee3415f000846926fbce06e3a9db1fc3af7e0c)) + ## [0.28.1](https://github.com/revanced/revanced-integrations/compare/v0.28.0...v0.28.1) (2022-07-26) diff --git a/gradle.properties b/gradle.properties index 32801b1a..1046e32c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.jvmargs = -Xmx2048m android.useAndroidX = true android.enableJetifier = true -version = 0.28.1 +version = 0.29.0