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 [