diff --git a/CHANGELOG.md b/CHANGELOG.md
index a2d6bc274..027ee81e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [2.32.0](https://github.com/revanced/revanced-patches/compare/v2.31.0...v2.32.0) (2022-08-04)
+
+
+### Features
+
+* `promo-code-unlock` patch ([#292](https://github.com/revanced/revanced-patches/issues/292)) ([d5df2e6](https://github.com/revanced/revanced-patches/commit/d5df2e68f47cbb3d374b8ce24769872959014051))
+
# [2.31.0](https://github.com/revanced/revanced-patches/compare/v2.30.1...v2.31.0) (2022-08-03)
diff --git a/README.md b/README.md
index 26827e762..f51386133 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,14 @@ Official patches by ReVanced
| `exclusive-audio-playback` | Enables the option to play music without video. | 5.16.51 |
+### 📦 `de.dwd.warnapp`
+
+
+| 💊 Patch | 📜 Description | 🏹 Target Version |
+|:--------:|:--------------:|:-----------------:|
+| `promo-code-unlock` | Disables the validation of promo code. Any code will work to unlock all features. | all |
+
+
### 📦 `com.google.android.youtube`
diff --git a/gradle.properties b/gradle.properties
index 2ea221803..73330bd5b 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,2 +1,2 @@
kotlin.code.style = official
-version = 2.31.0
+version = 2.32.0