From cf999f7b1c1ea7e793718411b4867a039c57e19b Mon Sep 17 00:00:00 2001 From: Andrew Bennett Date: Sun, 28 Apr 2024 18:41:33 -0500 Subject: [PATCH] Version 1.0.7 (2024-04-28) --- CHANGELOG.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fc53c9..9f856ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.7 (2024-04-28) + +* Enhancements + * Support `DESC` type for scalars as described in [Argo 1.2.0](https://msolomon.github.io/argo/versions/1.2/spec#sec-v1-2-0)). + ## 1.0.6 (2024-04-27) * Enhancements diff --git a/README.md b/README.md index 7d827af..cc55515 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ `argo` is a compact binary serialization format for [GraphQL](https://spec.graphql.org/). -This library provides support for [Erlang](https://www.erlang.org/) and [Elixir](https://elixir-lang.org/) following the [Argo 1.1.4 specifications](https://msolomon.github.io/argo/versions/1.1/spec#sec-v1-1-4). +This library provides support for [Erlang](https://www.erlang.org/) and [Elixir](https://elixir-lang.org/) following the [Argo 1.2.0 specifications](https://msolomon.github.io/argo/versions/1.2/spec#sec-v1-2-0). See the [CONTRIBUTING](CONTRIBUTING.md) file for how to help out.