diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 02f17d9..2e1c40e 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.8.1"
+ ".": "0.8.2"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2e79cb9..436031d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 0.8.2 (2026-08-04)
+
+Full Changelog: [v0.8.1...v0.8.2](https://github.com/Xquik-dev/x-twitter-scraper-java/compare/v0.8.1...v0.8.2)
+
+### Chores
+
+* **internal:** codegen related update ([e059530](https://github.com/Xquik-dev/x-twitter-scraper-java/commit/e059530b59bae99005c4a1d13c600b0313cc6cf7))
+
## 0.8.1 (2026-07-31)
Full Changelog: [v0.8.0...v0.8.1](https://github.com/Xquik-dev/x-twitter-scraper-java/compare/v0.8.0...v0.8.1)
diff --git a/README.md b/README.md
index f702496..41ca985 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,8 @@ Use it as a typed X API or Twitter API alternative.
-[](https://central.sonatype.com/artifact/com.xquik.api/x-twitter-scraper-java/0.8.1)
-[](https://javadoc.io/doc/com.xquik.api/x-twitter-scraper-java/0.8.1)
+[](https://central.sonatype.com/artifact/com.xquik.api/x-twitter-scraper-java/0.8.2)
+[](https://javadoc.io/doc/com.xquik.api/x-twitter-scraper-java/0.8.2)
@@ -64,7 +64,7 @@ Use [API reference](https://docs.xquik.com/api-reference/overview) for request c
Gradle:
```kotlin
-implementation("com.xquik.api:x-twitter-scraper-java:0.8.1")
+implementation("com.xquik.api:x-twitter-scraper-java:0.8.2")
```
Maven:
@@ -73,7 +73,7 @@ Maven: