Skip to content

Commit bfe6acc

Browse files
Bring 9.2.0 release to parent (#268)
1 parent 7e04040 commit bfe6acc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 9.2.0 (2025-10-17)
4+
5+
* Support Trio when using the httpx async client ([#263](https://github.com/elastic/elastic-transport-python/pull/263))
6+
* Add Python 3.14 to CI builds, and remove 3.8 and 3.9 ([#264](https://github.com/elastic/elastic-transport-python/pull/264))
7+
38
## 9.1.0 (2025-07-24)
49

510
* Update OpenTelemetry conventions ([#245](https://github.com/elastic/elastic-transport-python/pull/245))

elastic_transport/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
__version__ = "9.1.0"
18+
__version__ = "9.2.0"

0 commit comments

Comments
 (0)