From c146fbadb3cf359937788b38b7178566e87e4c1c Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Sat, 10 Apr 2021 17:34:15 -0400 Subject: [PATCH] chore: release version v0.28.1 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f44ba1d2..101f2931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.28.1](https://github.com/ash-project/ash_json_api/compare/v0.28.0...v0.28.1) (2021-04-10) + + + + +### Bug Fixes: + +* accept arguments with attributes properly + ## [v0.28.0](https://github.com/ash-project/ash_json_api/compare/v0.27.6...v0.28.0) (2021-04-10) diff --git a/mix.exs b/mix.exs index be33db4b..deed525f 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.28.0" + @version "0.28.1" def project do [