diff --git a/CHANGELOG.md b/CHANGELOG.md index b30ef59..6160b4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.4.2](https://github.com/ash-project/ash_phoenix/compare/v0.4.1...v0.4.2) (2021-03-19) + + + + +### Improvements: + +* readability refactor + additional docs + ## [v0.4.1](https://github.com/ash-project/ash_phoenix/compare/v0.4.0...v0.4.1) (2021-03-19) diff --git a/README.md b/README.md index 511e37f..a161a1e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Roadmap: ```elixir def deps do [ - {:ash_phoenix, "~> 0.4.1"} + {:ash_phoenix, "~> 0.4.2"} ] end ``` diff --git a/mix.exs b/mix.exs index b73d093..04b4bae 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do Utilities for integrating Ash with Phoenix """ - @version "0.4.1" + @version "0.4.2" def project do [