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 b68d8b0..effc03a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 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) + +### Chores + +* **deps-dev:** bump guzzlehttp/guzzle from 8.0.0 to 8.0.1 ([#30](https://github.com/Xquik-dev/x-twitter-scraper-php/issues/30)) ([be15e33](https://github.com/Xquik-dev/x-twitter-scraper-php/commit/be15e33e5245333ca4e38ac4bbd13fb55afa7afb)) +* **deps:** bump ossf/scorecard-action from 2.4.3 to 2.4.4 ([#27](https://github.com/Xquik-dev/x-twitter-scraper-php/issues/27)) ([1bc9d4d](https://github.com/Xquik-dev/x-twitter-scraper-php/commit/1bc9d4d3e8b3a244ea998060a78bcc7a2d6cb212)) + ## 0.10.0 (2026-07-31) Full Changelog: [v0.9.0...v0.10.0](https://github.com/Xquik-dev/x-twitter-scraper-php/compare/v0.9.0...v0.10.0) diff --git a/README.md b/README.md index 752a615..c75d5c7 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.0 +composer require xquik/x-twitter-scraper:^0.10.1 ``` diff --git a/src/Version.php b/src/Version.php index a3a60ae..bbdfb94 100644 --- a/src/Version.php +++ b/src/Version.php @@ -9,5 +9,5 @@ namespace XTwitterScraper; // x-release-please-start-version -const VERSION = '0.10.0'; +const VERSION = '0.10.1'; // x-release-please-end