diff --git a/CHANGELOG.md b/CHANGELOG.md index cfa6b4f29..8d15d9fcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.145.0-dev.2](https://github.com/revanced/revanced-patches/compare/v2.145.0-dev.1...v2.145.0-dev.2) (2022-12-18) + + +### Features + +* **twitter/timeline-ads:** add clarifying notice to description ([ed2f1f3](https://github.com/revanced/revanced-patches/commit/ed2f1f307fdad6128dc618815b9f8b24a5b99a66)) + # [2.145.0-dev.1](https://github.com/revanced/revanced-patches/compare/v2.144.0...v2.145.0-dev.1) (2022-12-18) diff --git a/README.md b/README.md index 1e3e885e3..7e289435d 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ The official Patch bundle provided by ReVanced and the community. |:--------:|:--------------:|:-----------------:| | `dynamic-color` | Replaces the default Twitter Blue with the users Material You palette. | all | | `monochrome-icon` | Adds a monochrome icon. | all | -| `timeline-ads` | Removes ads from the Twitter timeline. | all | +| `timeline-ads` | Removes ads from the Twitter timeline. Might require clearing app data to remove already cached ads. | all | ### [📦 `com.reddit.frontpage`](https://play.google.com/store/apps/details?id=com.reddit.frontpage) diff --git a/gradle.properties b/gradle.properties index 45734672f..2e0fd78b0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.145.0-dev.1 +version = 2.145.0-dev.2