chore: release version v0.9.0

This commit is contained in:
Zach Daniel 2020-06-28 23:44:09 -04:00
parent c39709761d
commit 2dbd903f64
No known key found for this signature in database
GPG key ID: C377365383138D4B
2 changed files with 18 additions and 1 deletions

View file

@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v0.9.0](https://github.com/ash-project/ash/compare/0.8.0...v0.9.0) (2020-06-29)
### Features:
* add less_than and greater_than filter support
* validate all related resources in API
### Bug Fixes:
* fix tests/credo
* fix tests, add tests for gt/lt filters
## [v0.8.0](https://github.com/ash-project/ash/compare/0.7.0...v0.8.0) (2020-06-29) ## [v0.8.0](https://github.com/ash-project/ash/compare/0.7.0...v0.8.0) (2020-06-29)

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 "0.8.0" @version "0.9.0"
def project do def project do
[ [