From cf5baa500ccf7f0170204ac886e171a92446b64e Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Sun, 28 Mar 2021 14:06:13 -0400 Subject: [PATCH] chore: release version v0.4.8 --- 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 20c964e..eb66b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.4.8](https://github.com/ash-project/ash_phoenix/compare/v0.4.7...v0.4.8) (2021-03-28) + + + + +### Bug Fixes: + +* add to path when is a map should be a list + ## [v0.4.7](https://github.com/ash-project/ash_phoenix/compare/v0.4.6...v0.4.7) (2021-03-28) diff --git a/README.md b/README.md index 8a5b805..689c6bf 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Roadmap: ```elixir def deps do [ - {:ash_phoenix, "~> 0.4.7"} + {:ash_phoenix, "~> 0.4.8"} ] end ``` diff --git a/mix.exs b/mix.exs index 779728d..1726faf 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do Utilities for integrating Ash with Phoenix """ - @version "0.4.7" + @version "0.4.8" def project do [