diff --git a/CHANGELOG.md b/CHANGELOG.md index 505f5456..9b4cbda7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.49.1](https://github.com/revanced/revanced-integrations/compare/v0.49.0...v0.49.1) (2022-10-04) + + +### Bug Fixes + +* **youtube/sponsorblock:** parse the error response on code 400 ([#169](https://github.com/revanced/revanced-integrations/issues/169)) ([5ab26a4](https://github.com/revanced/revanced-integrations/commit/5ab26a427b06c2b073be9f572e7fa9ad0f7b2270)) + # [0.49.0](https://github.com/revanced/revanced-integrations/compare/v0.48.0...v0.49.0) (2022-10-04) diff --git a/gradle.properties b/gradle.properties index 64118f20..47c67b3c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.jvmargs = -Xmx2048m android.useAndroidX = true -version = 0.49.0 +version = 0.49.1