diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d9b009..30b6d45 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 311f4d3..0479ab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.10.1 (2026-08-18) + +Full Changelog: [v0.10.0...v0.10.1](https://github.com/Xquik-dev/x-twitter-scraper-java/compare/v0.10.0...v0.10.1) + +### Build System + +* update Gradle and patch SDK dependency vulnerabilities ([#52](https://github.com/Xquik-dev/x-twitter-scraper-java/issues/52)) ([861e280](https://github.com/Xquik-dev/x-twitter-scraper-java/commit/861e28075f2b4ccda3f085e56ac3f36bbaac92b3)) + ## 0.10.0 (2026-08-12) Full Changelog: [v0.8.4...v0.10.0](https://github.com/Xquik-dev/x-twitter-scraper-java/compare/v0.8.4...v0.10.0) diff --git a/README.md b/README.md index c00fcef..516e730 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.10.0) -[![Javadocs](https://javadoc.io/badge2/com.xquik.api/x-twitter-scraper-java/0.10.0/javadoc.svg)](https://javadoc.io/doc/com.xquik.api/x-twitter-scraper-java/0.10.0) +[![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.10.1) +[![Javadocs](https://javadoc.io/badge2/com.xquik.api/x-twitter-scraper-java/0.10.1/javadoc.svg)](https://javadoc.io/doc/com.xquik.api/x-twitter-scraper-java/0.10.1) @@ -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.10.0") +implementation("com.xquik.api:x-twitter-scraper-java:0.10.1") ``` Maven: @@ -73,7 +73,7 @@ Maven: com.xquik.api x-twitter-scraper-java - 0.10.0 + 0.10.1 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 9282ed2..13bd128 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ licenseReport { allprojects { group = "com.xquik.api" - version = "0.10.0" // x-release-please-version + version = "0.10.1" // x-release-please-version dependencyLocking { lockAllConfigurations()