chore: release version v0.5.5

This commit is contained in:
Zach Daniel 2021-07-21 01:01:04 -04:00
parent b904af654c
commit 03ed35c801
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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)

View file

@ -18,7 +18,7 @@ Roadmap:
```elixir
def deps do
[
{:ash_phoenix, "~> 0.5.4"}
{:ash_phoenix, "~> 0.5.5"}
]
end
```

View file

@ -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
[