changelog

This commit is contained in:
Kar Petrosyan 2025-06-10 23:13:35 +04:00
parent 2f737cadc1
commit f88fa846d9

View File

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Development
* Add `socket_options` to `Client` and `AsyncClient` classes. (#3587)
## 0.28.1 (6th December, 2024)
* Fix SSL case where `verify=False` together with client side certificates.