diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3e2bf49..980ea05 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.4.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 111dfdf..8ab7b88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.4.2 (2026-04-25) + +Full Changelog: [v0.4.1...v0.4.2](https://github.com/Xquik-dev/x-twitter-scraper-csharp/compare/v0.4.1...v0.4.2) + +### Documentation + +* add Contributor Covenant 2.1 Code of Conduct ([#2192](https://github.com/Xquik-dev/x-twitter-scraper-csharp/issues/2192)) ([a62e004](https://github.com/Xquik-dev/x-twitter-scraper-csharp/commit/a62e00409b02a14bc3c518aa609d6ece6f1c15ec)) + ## 0.4.1 (2026-04-22) Full Changelog: [v0.4.0...v0.4.1](https://github.com/Xquik-dev/x-twitter-scraper-csharp/compare/v0.4.0...v0.4.1) diff --git a/src/XTwitterScraper/XTwitterScraper.csproj b/src/XTwitterScraper/XTwitterScraper.csproj index 0152090..27ad97c 100644 --- a/src/XTwitterScraper/XTwitterScraper.csproj +++ b/src/XTwitterScraper/XTwitterScraper.csproj @@ -3,7 +3,7 @@ X Twitter Scraper C# XTwitterScraper - 0.4.1 + 0.4.2 The official .NET library for the X Twitter Scraper API. Library README.md