Skip to content

Commit 1d6c4cc

Browse files
authored
Merge pull request #273 from mirumee/release-codegen-0-12
Release 0.12
2 parents c1a0548 + 3b65c5b commit 1d6c4cc

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-
## 0.12.0 (UNRELEASED)
3+
## 0.12.0 (2024-02-05)
44

55
- Fixed `graphql-transport-ws` protocol implementation not waiting for the `connection_ack` message on new connection.
66
- Fixed `get_client_settings` mutating `config_dict` instance.

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.11.0"
9+
version = "0.12.0"
1010
readme = "README.md"
1111
license = { file = "LICENSE" }
1212
classifiers = [

0 commit comments

Comments
 (0)