From 145b793b601b2f9bacf6057db7a679e6b175f292 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 1 Dec 2021 14:05:20 -0500 Subject: [PATCH] chore: release version v1.50.7 --- CHANGELOG.md | 19 +++++++++++++++++++ mix.exs | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7159d940..6a67ff89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.50.7](https://github.com/ash-project/ash/compare/v1.50.6...v1.50.7) (2021-12-01) + + + + +### Bug Fixes: + +* missing rename on refactor + +* typo in `unquote` + +* mark `contains` as a predicate + +### Improvements: + +* expose small filter helpers + +* make to_simple_filter fail better, add failure option + ## [v1.50.6](https://github.com/ash-project/ash/compare/v1.50.5...v1.50.6) (2021-11-26) diff --git a/mix.exs b/mix.exs index c519a37b..b3287507 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.50.6" + @version "1.50.7" def project do [