From a669e4e470fefbb909d53a8f5bf084ba2781554d Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 23 Dec 2020 14:18:20 -0500 Subject: [PATCH] chore: release version v1.25.4 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2652d323..1b31aa18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/README.md b/README.md index 307f761d..8585f2e8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,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.25.3"} + {:ash, "~> 1.25.4"} ] end ``` diff --git a/mix.exs b/mix.exs index 1ada5a31..bb47489a 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.25.3" + @version "1.25.4" def project do [