diff --git a/CHANGELOG.md b/CHANGELOG.md index 80b3e211..d50e7657 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.13.3](https://github.com/ash-project/ash/compare/v1.13.2...v1.13.3) (2020-09-19) + + + +### Features: + +* set_attribute builtin change + +* (greater_than/less_than)_or_equal predicates + +* support deletes as updates via "soft" + +* support base_filters + +### Bug Fixes: + +* less_than predicate was flipped for runtime + + ## [v1.13.2](https://github.com/ash-project/ash/compare/v1.13.1...v1.13.2) (2020-09-07) @@ -34,7 +53,7 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline * required belongs_to relationships (#107) -* support filter templates on read actions +* support filter templates on read actions * builtin concat calculation @@ -48,9 +67,9 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline ### Bug Fixes: -* various delegate data layer improvements +* various delegate data layer improvements -* engine halting issues +* engine halting issues * resolve engine deadlocks diff --git a/README.md b/README.md index 0bc6c61c..f54cfe1b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Ash is in alpha. The package version is 1.0.0+, and most of the time that means ```elixir def deps do [ - {:ash, "~> 1.13.2"} + {:ash, "~> 1.13.3"} ] end ``` diff --git a/mix.exs b/mix.exs index ac1fa371..f60a2e6a 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Ash.MixProject do designed to be used by multiple front ends. """ - @version "1.13.2" + @version "1.13.3" def project do [