From 03ed35c8017e3ebb6556ca65c9696c7da4a541a8 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 21 Jul 2021 01:01:04 -0400 Subject: [PATCH] chore: release version v0.5.5 --- 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 507a902..eec0b97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.5.5](https://github.com/ash-project/ash_phoenix/compare/v0.5.4...v0.5.5) (2021-07-21) + + + + +### Bug Fixes: + +* don't consider `www.` as part of the host + ## [v0.5.4](https://github.com/ash-project/ash_phoenix/compare/v0.5.3...v0.5.4) (2021-07-20) diff --git a/README.md b/README.md index 4c38df1..4f6329c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Roadmap: ```elixir def deps do [ - {:ash_phoenix, "~> 0.5.4"} + {:ash_phoenix, "~> 0.5.5"} ] end ``` diff --git a/mix.exs b/mix.exs index 9496d1e..48d0dc2 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do Utilities for integrating Ash with Phoenix """ - @version "0.5.4" + @version "0.5.5" def project do [