diff --git a/CHANGELOG.md b/CHANGELOG.md index a2be230..10bb97c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v3.1.1 (2023/03/25) + +* Distribute binary executables in compressed package +* Add icon for binary executable +* Include information about supported architectures in the readme +* Check Python version on start + ## v3.1.0 (2023/03/20) * Build binaries for Linux x64 and Windows x64 diff --git a/package.json b/package.json index 451b1d0..b05178e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flaresolverr", - "version": "3.1.0", + "version": "3.1.1", "description": "Proxy server to bypass Cloudflare protection", "author": "Diego Heras (ngosang / ngosang@hotmail.es)", "license": "MIT"