Skip to content

Commit

Permalink
Version 1.0.8 (2024-04-29)
Browse files Browse the repository at this point in the history
  • Loading branch information
potatosalad committed Apr 29, 2024
1 parent 1c9941c commit f8a72a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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.8 (2024-04-29)

* Fixes
* Fix edge case where `NON_NULL(DESC(NULL))` is the same as `NULL` (see [msolomon/argo#18](https://github.com/msolomon/argo/issues/18)).

## 1.0.7 (2024-04-28)

* Enhancements
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.7"},
{vsn, "1.0.8"},
{modules, []},
{registered, []},
%% NOTE: Remember to sync changes to `applications` to
Expand Down

0 comments on commit f8a72a0

Please sign in to comment.