From e800af6dc4ed171167ac9fcbcf1472ccab035b16 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 16 Mar 2021 22:47:23 -0400 Subject: [PATCH] chore: release version v0.3.1 --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43f9888..b55625d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.3.1](https://github.com/ash-project/ash_phoenix/compare/v0.3.0...v0.3.1) (2021-03-17) + + + + +### Improvements: + +* remove `value` option + +* don't render NotLoaded + ## [v0.3.0](https://github.com/ash-project/ash_phoenix/compare/v0.2.3...v0.3.0) (2021-03-05) diff --git a/README.md b/README.md index 520788c..026f765 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Roadmap: ```elixir def deps do [ - {:ash_phoenix, "~> 0.3.0"} + {:ash_phoenix, "~> 0.3.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 6f454ca..0570138 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do Utilities for integrating Ash with Phoenix """ - @version "0.3.0" + @version "0.3.1" def project do [