diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ec3678..0d7244f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.5.14](https://github.com/ash-project/ash_phoenix/compare/v0.5.13...v0.5.14) (2021-09-15) + + + + +### Bug Fixes: + +* only include primary key's in hidden + +* don't show hidden primary keys + +* don't add forms for remaining data + +### Improvements: + +* work on LiveView being available for regular sockets + ## [v0.5.13](https://github.com/ash-project/ash_phoenix/compare/v0.5.12...v0.5.13) (2021-09-06) diff --git a/README.md b/README.md index a4d2f33..6ba4daf 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Roadmap: ```elixir def deps do [ - {:ash_phoenix, "~> 0.5.13"} + {:ash_phoenix, "~> 0.5.14"} ] end ``` diff --git a/mix.exs b/mix.exs index f01310f..d3b0ccd 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do Utilities for integrating Ash with Phoenix """ - @version "0.5.13" + @version "0.5.14" def project do [