chore: release version v0.1.1

This commit is contained in:
Zach Daniel 2020-10-20 21:56:15 -04:00
parent 2b31cb325b
commit a881e6fddd
No known key found for this signature in database
GPG key ID: C377365383138D4B
3 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.1.1](https://github.com/ash-project/ash_phoenix/compare/v0.1.0...v0.1.1) (2020-10-21)
## [v0.1.0](https://github.com/ash-project/ash_phoenix/compare/v0.1.0...v0.1.0) (2020-10-21)

View file

@ -17,7 +17,7 @@ Roadmap:
```elixir
def deps do
[
{:ash_phoenix, "~> 0.1.0"}
{:ash_phoenix, "~> 0.1.1"}
]
end
```

View file

@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do
Utilities for integrating Ash with Phoenix
"""
@version "0.1.0"
@version "0.1.1"
def project do
[