chore: release version v1.25.4

This commit is contained in:
Zach Daniel 2020-12-23 14:18:20 -05:00
parent 2c585d28a4
commit a669e4e470
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.25.4](https://github.com/ash-project/ash/compare/v1.25.3...v1.25.4) (2020-12-23)
### Bug Fixes:
* fix filtering for ets + mnesia data layers
## [v1.25.3](https://github.com/ash-project/ash/compare/v1.25.2...v1.25.3) (2020-12-23) ## [v1.25.3](https://github.com/ash-project/ash/compare/v1.25.2...v1.25.3) (2020-12-23)

View file

@ -17,7 +17,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.25.3"} {:ash, "~> 1.25.4"}
] ]
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.25.3" @version "1.25.4"
def project do def project do
[ [