Skip to content

Commit 0a4f836

Browse files
Merge pull request #49 from thewebscraping/feat/optimize-logging-cookies
chore: bump version to 1.1.8
2 parents b7d006f + 4ab6b7e commit 0a4f836

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Release History
55
------------------
66
**Improvements:**
77

8-
- Optimized logging.
9-
- Fixed cookie response handling.
8+
- Optimized logging. ([#46](https://github.com/thewebscraping/tls-requests/issues/46))
9+
- Fixed cookie response handling. ([#47](https://github.com/thewebscraping/tls-requests/issues/47))
1010

1111
1.1.6 (2025-10-14)
1212
------------------

tls_requests/__version__.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
__title__ = "wrapper-tls-requests"
2-
__description__ = (
3-
"A powerful and lightweight Python library for making secure and reliable HTTP/TLS Fingerprint requests."
4-
)
1+
__title__ = "tls-requests"
2+
__description__ = "A powerful and lightweight Python library for making secure and reliable HTTP/TLS fingerprint requests."
53
__url__ = "https://github.com/thewebscraping/tls-requests"
4+
__version__ = "1.1.8"
65
__author__ = "Tu Pham"
76
__author_email__ = "[email protected]"
8-
__version__ = "1.1.7"
97
__license__ = "MIT"

0 commit comments

Comments
 (0)