chore: release version v1.15.1

This commit is contained in:
Zach Daniel 2020-10-07 01:18:35 -04:00
parent 0c216c284d
commit 9e6dddca61
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 --> <!-- changelog -->
## [v1.15.1](https://github.com/ash-project/ash/compare/v1.15.0...v1.15.1) (2020-10-07)
## [v1.15.0](https://github.com/ash-project/ash/compare/v1.14.0...v1.15.0) (2020-10-06) ## [v1.15.0](https://github.com/ash-project/ash/compare/v1.14.0...v1.15.0) (2020-10-06)

View file

@ -12,7 +12,7 @@ Ash is in alpha. The package version is 1.0.0+, and most of the time that means
```elixir ```elixir
def deps do def deps do
[ [
{:ash, "~> 1.15.0"} {:ash, "~> 1.15.1"}
] ]
end end
``` ```

View file

@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends. designed to be used by multiple front ends.
""" """
@version "1.15.0" @version "1.15.1"
def project do def project do
[ [