From 1f6b450df3d3d63f107437fa4827ed64b4bb2671 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 26 Jun 2022 16:12:29 +0000 Subject: [PATCH] chore(release): 2.0.1 [skip ci] ## [2.0.1](https://github.com/revanced/revanced-patches/compare/v2.0.0...v2.0.1) (2022-06-26) ### Bug Fixes * invalid string in strings list ([a29de19](https://github.com/revanced/revanced-patches/commit/a29de19d4cda62ae1c1f14f9b9fa0d5a03a64ca6)) * migrate to new `proxy` api ([d9f05ff](https://github.com/revanced/revanced-patches/commit/d9f05ffdf821cd14ad59ada0b098afc218ef6ebc)) --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e466bf199..34acdb99f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.0.1](https://github.com/revanced/revanced-patches/compare/v2.0.0...v2.0.1) (2022-06-26) + + +### Bug Fixes + +* invalid string in strings list ([f08b53b](https://github.com/revanced/revanced-patches/commit/f08b53b07d93bd8ac6e7da376ea6e6023e53076e)) +* migrate to new `proxy` api ([db32ffe](https://github.com/revanced/revanced-patches/commit/db32ffe56a8e73177bef724ee10eda9a28b367b8)) + # [2.0.0](https://github.com/revanced/revanced-patches/compare/v1.11.0...v2.0.0) (2022-06-26) diff --git a/gradle.properties b/gradle.properties index 784ad410b..ed39a98cd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.0.0 +version = 2.0.1