From 3b65c5b134c01ed7c71089502e8baa50ccc8529f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Pito=C5=84?= Date: Mon, 5 Feb 2024 14:41:02 +0100 Subject: [PATCH] Release 0.12 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcf06dfc..9a5c2948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## 0.12.0 (UNRELEASED) +## 0.12.0 (2024-02-05) - Fixed `graphql-transport-ws` protocol implementation not waiting for the `connection_ack` message on new connection. - Fixed `get_client_settings` mutating `config_dict` instance. diff --git a/pyproject.toml b/pyproject.toml index 5430769d..620c5aba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" name = "ariadne-codegen" description = "Generate fully typed GraphQL client from schema, queries and mutations!" authors = [{ name = "Mirumee Software", email = "hello@mirumee.com" }] -version = "0.11.0" +version = "0.12.0" readme = "README.md" license = { file = "LICENSE" } classifiers = [