Skip to content

Commit

Permalink
Bring 8.17.0 release to parent
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Jan 7, 2025
1 parent 7c84ece commit f9df5c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 8.17.0 (2025-01-07)

* Fix use of SSLContext with sniffing ([#199](https://github.com/elastic/elastic-transport-python/pull/199))
* Fix enabled_cleanup_closed warning ([#202](https://github.com/elastic/elastic-transport-python/pull/202))
* Remove unneeded install requirement ([#196](https://github.com/elastic/elastic-transport-python/pull/196))
* Fix aiohttp call type: ignore differently ([#190](https://github.com/elastic/elastic-transport-python/pull/190))

## 8.15.1 (2024-10-09)

* Add explicit Python 3.13 support ([#189](https://github.com/elastic/elastic-transport-python/pull/189))
Expand Down
2 changes: 1 addition & 1 deletion elastic_transport/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

__version__ = "8.15.1"
__version__ = "8.17.0"

0 comments on commit f9df5c5

Please sign in to comment.