diff --git a/CHANGES.md b/CHANGES.md index 384e125..84838c7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ Version 1.1.1 ------------- -Unreleased +Released 2024-08-09 - `DateTime` scalar returns a value that includes a timezone. Naive values are assumed to be UTC. This matches what was already documented. {issue}`120` diff --git a/pyproject.toml b/pyproject.toml index 4c58ad5..7c90908 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "magql" -version = "1.1.1.dev" +version = "1.1.1" description = "The magical GraphQL framework that generates an API for your data." readme = "README.md" license = { file = "LICENSE.txt" }