Skip to content

Commit cd13b74

Browse files
authored
Merge pull request #170 from mirumee/release_0_7_1
Release 0.7.1
2 parents 340d357 + 7e85e15 commit cd13b74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## UNRELEASED
3+
## 0.7.1 (2023-06-06)
44

55
- Fixed `AsyncBaseClient` and `BaseClient` to send `Content-Type` header with requests.
66

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
name = "ariadne-codegen"
77
description = "Generate fully typed GraphQL client from schema, queries and mutations!"
88
authors = [{ name = "Mirumee Software", email = "[email protected]" }]
9-
version = "0.7.0"
9+
version = "0.7.1"
1010
readme = "README.md"
1111
classifiers = [
1212
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)