Skip to content

Commit f42ec04

Browse files
authored
Release 8.13.0
1 parent b192deb commit f42ec04

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+
## 8.13.0
4+
5+
- Support the HTTPX client with asyncio (#137, contributed by @b4sus)
6+
- Added optional orjson serializer support (#152)
7+
38
## 8.12.0
49

510
- Fix basic auth built from percent-encoded URLs (#143)

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__ = "8.12.0"
18+
__version__ = "8.13.0"

0 commit comments

Comments
 (0)