chore: release version v1.9.0

This commit is contained in:
Zach Daniel 2020-08-19 00:50:52 -04:00
parent 7b1c735ff3
commit 2f2ff54043
No known key found for this signature in database
GPG key ID: C377365383138D4B
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 --> <!-- changelog -->
## [v1.9.0](https://github.com/ash-project/ash/compare/v1.8.0...v1.9.0) (2020-08-19)
### Features:
* various custom datalayer features
## [v1.8.0](https://github.com/ash-project/ash/compare/v1.7.0...v1.8.0) (2020-08-18) ## [v1.8.0](https://github.com/ash-project/ash/compare/v1.7.0...v1.8.0) (2020-08-18)

View file

@ -12,7 +12,7 @@ Ash is in alpha. The package version is 1.0.0+, and most of the time that means
``` ```
def deps do def deps do
[ [
{:ash, "~> 1.8.0"} {:ash, "~> 1.9.0"}
] ]
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.8.0" @version "1.9.0"
def project do def project do
[ [