From 463d0498402876f8854b04f1508ad738d8eef644 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 15:27:31 +0000 Subject: [PATCH] release: 0.10.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- src/Version.php | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 30b6d45..582db2f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.1" + ".": "0.10.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index effc03a..39cbbb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.10.2 (2026-08-11) + +Full Changelog: [v0.10.1...v0.10.2](https://github.com/Xquik-dev/x-twitter-scraper-php/compare/v0.10.1...v0.10.2) + +### Chores + +* **deps:** bump actions/attest from 4.2.1 to 4.2.2 ([#36](https://github.com/Xquik-dev/x-twitter-scraper-php/issues/36)) ([654cf3a](https://github.com/Xquik-dev/x-twitter-scraper-php/commit/654cf3ab1f7e81153474c7ccfd0c71bfefae0058)) + ## 0.10.1 (2026-08-11) Full Changelog: [v0.10.0...v0.10.1](https://github.com/Xquik-dev/x-twitter-scraper-php/compare/v0.10.0...v0.10.1) diff --git a/README.md b/README.md index c75d5c7..8490c63 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Install the package from Packagist with Composer: ```sh -composer require xquik/x-twitter-scraper:^0.10.1 +composer require xquik/x-twitter-scraper:^0.10.2 ``` diff --git a/src/Version.php b/src/Version.php index bbdfb94..26c0a4c 100644 --- a/src/Version.php +++ b/src/Version.php @@ -9,5 +9,5 @@ namespace XTwitterScraper; // x-release-please-start-version -const VERSION = '0.10.1'; +const VERSION = '0.10.2'; // x-release-please-end