From 48e7e2fd978e692814e2a63c944eac8302c8a6ec Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 16 Jun 2020 01:35:08 -0400 Subject: [PATCH] chore: release version v0.2.4 --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa96b5f..3be2deb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.2.4](https://github.com/ash-project/ash_json_api/compare/0.2.3...v0.2.4) (2020-06-16) + + + + ## [v0.2.3](https://github.com/ash-project/ash_json_api/compare/0.2.2...v0.2.3) (2020-06-16) diff --git a/mix.exs b/mix.exs index 6cc8f48..54fee76 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshJsonApi.MixProject do A rigorous JSON API front end for the `Ash` resource framework """ - @version "0.2.3" + @version "0.2.4" def project do [