From 45465696e3c2ae9237b24216e9ac8f5594d63a55 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 10 May 2021 01:36:30 -0400 Subject: [PATCH] chore: release version v0.2.12 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ba9e5a..b0aba4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.2.12](https://github.com/ash-project/ash_admin/compare/v0.2.11...v0.2.12) (2021-05-10) + + + + +### Improvements: + +* support explicit enum types + ## [v0.2.11](https://github.com/ash-project/ash_admin/compare/v0.2.10...v0.2.11) (2021-05-06) diff --git a/README.md b/README.md index 37318d1..25366cc 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ https://www.youtube.com/watch?v=aFMLz3cpQ8c First, ensure you've added ash_admin to your `mix.exs` file. ```elixir -{:ash_admin, "~> 0.2.11"} +{:ash_admin, "~> 0.2.12"} ``` ## Setup diff --git a/mix.exs b/mix.exs index 574df96..179720d 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do An admin UI for Ash Framework """ - @version "0.2.11" + @version "0.2.12" def project do [