From 0071e002e8a2e98d28d7e2f3970c1c3ec38c0095 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 22 Feb 2021 23:28:41 -0500 Subject: [PATCH] chore: release version v0.12.1 --- CHANGELOG.md | 13 +++++++++++++ mix.exs | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c8a0b7..5023d0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.12.1](https://github.com/ash-project/ash_graphql/compare/v0.12.0...v0.12.1) (2021-02-23) + + + + +### Bug Fixes: + +* proper supports for embeds + +### Improvements: + +* update to latest ash + ## [v0.12.0](https://github.com/ash-project/ash_graphql/compare/v0.11.0-rc0...v0.12.0) (2021-01-22) diff --git a/mix.exs b/mix.exs index 07fe68d..96c997a 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do An absinthe-backed graphql extension for Ash """ - @version "0.12.0" + @version "0.12.1" def project do [