diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bf08c4..9bd9f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ Release History ------------------ **Improvements:** -- Optimized logging. -- Fixed cookie response handling. +- Optimized logging. ([#46](https://github.com/thewebscraping/tls-requests/issues/46)) +- Fixed cookie response handling. ([#47](https://github.com/thewebscraping/tls-requests/issues/47)) 1.1.6 (2025-10-14) ------------------ diff --git a/tls_requests/__version__.py b/tls_requests/__version__.py index 29eb95a..fc4abbc 100644 --- a/tls_requests/__version__.py +++ b/tls_requests/__version__.py @@ -1,9 +1,7 @@ -__title__ = "wrapper-tls-requests" -__description__ = ( - "A powerful and lightweight Python library for making secure and reliable HTTP/TLS Fingerprint requests." -) +__title__ = "tls-requests" +__description__ = "A powerful and lightweight Python library for making secure and reliable HTTP/TLS fingerprint requests." __url__ = "https://github.com/thewebscraping/tls-requests" +__version__ = "1.1.8" __author__ = "Tu Pham" __author_email__ = "thetwofarm@gmail.com" -__version__ = "1.1.7" __license__ = "MIT"