Skip to content

Commit

Permalink
Release 8.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Dec 13, 2023
1 parent b000391 commit 09e8823
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.11.0

- Always set default HTTPS port to 443 (#127)
- Drop support for Python 3.6 (#109)
- Include tests in sdist (#122, contributed by @parona-source)
- Fix `__iter__` return type to Iterator (#129, contributed by @altescy)

## 8.10.0

- Support urllib3 2.x in addition to urllib3 1.26.x ([#121](https://github.com/elastic/elastic-transport-python/pull/121))
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.10.0"
__version__ = "8.11.0"

0 comments on commit 09e8823

Please sign in to comment.