Skip to content

Commit

Permalink
Version 1.0.4 (2024-04-17)
Browse files Browse the repository at this point in the history
  • Loading branch information
potatosalad committed Apr 17, 2024
1 parent d8b8431 commit 49a1743
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.4 (2024-04-17)

* Fixes
* Various fixes to conform with [Argo 1.1.4](https://msolomon.github.io/argo/versions/1.1/spec#sec-v1-1-4)).

## 1.0.3 (2024-02-14)

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1 specifications](https://msolomon.github.io/argo/versions/1.1/spec#sec-v1-1-1).
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).

See the [CONTRIBUTING](CONTRIBUTING.md) file for how to help out.

Expand Down
2 changes: 1 addition & 1 deletion apps/argo/src/argo.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
%%% % @format
{application, argo, [
{description, "argo: Erlang implementation of Argo for GraphQL"},
{vsn, "1.0.3"},
{vsn, "1.0.4"},
{modules, []},
{registered, []},
%% NOTE: Remember to sync changes to `applications` to
Expand Down

0 comments on commit 49a1743

Please sign in to comment.