diff --git a/CHANGELOG.md b/CHANGELOG.md index 782a617f..1ec19c07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/mix.exs b/mix.exs index b59ef77b..9dcb0934 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Ash.MixProject do designed to be used by multiple front ends. """ - @version "0.8.0" + @version "0.9.0" def project do [