diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2e1c40ed..2a248c79 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.2" + ".": "0.8.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 436031df..0013933d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.8.3 (2026-08-11) + +Full Changelog: [v0.8.2...v0.8.3](https://github.com/Xquik-dev/x-twitter-scraper-java/compare/v0.8.2...v0.8.3) + +### Chores + +* **deps:** bump github/codeql-action/upload-sarif from 4.37.2 to 4.37.6 ([#46](https://github.com/Xquik-dev/x-twitter-scraper-java/issues/46)) ([d1614e9](https://github.com/Xquik-dev/x-twitter-scraper-java/commit/d1614e9d52d5fb6d78cbd7178ceaf7a54d924816)) + ## 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) diff --git a/README.md b/README.md index 41ca9851..52d7e1a8 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Use it as a typed X API or Twitter API alternative. -[![Maven Central](https://img.shields.io/maven-central/v/com.xquik.api/x-twitter-scraper-java)](https://central.sonatype.com/artifact/com.xquik.api/x-twitter-scraper-java/0.8.2) -[![Javadocs](https://javadoc.io/badge2/com.xquik.api/x-twitter-scraper-java/0.8.2/javadoc.svg)](https://javadoc.io/doc/com.xquik.api/x-twitter-scraper-java/0.8.2) +[![Maven Central](https://img.shields.io/maven-central/v/com.xquik.api/x-twitter-scraper-java)](https://central.sonatype.com/artifact/com.xquik.api/x-twitter-scraper-java/0.8.3) +[![Javadocs](https://javadoc.io/badge2/com.xquik.api/x-twitter-scraper-java/0.8.3/javadoc.svg)](https://javadoc.io/doc/com.xquik.api/x-twitter-scraper-java/0.8.3) @@ -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.2") +implementation("com.xquik.api:x-twitter-scraper-java:0.8.3") ``` Maven: @@ -73,7 +73,7 @@ Maven: com.xquik.api x-twitter-scraper-java - 0.8.2 + 0.8.3 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 1cd5510e..10b26c5d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ licenseReport { allprojects { group = "com.xquik.api" - version = "0.8.2" // x-release-please-version + version = "0.8.3" // x-release-please-version dependencyLocking { lockAllConfigurations()