From ee19878aaa5e86280ad1911f6824211696da0fb2 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 9 Nov 2021 03:27:05 -0500 Subject: [PATCH] chore: release version v1.50.1 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 662edf50..d626cd19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.50.1](https://github.com/ash-project/ash/compare/v1.50.0...v1.50.1) (2021-11-09) + + + + +### Bug Fixes: + +* simplify and improve allow_nil checking + ## [v1.50.0](https://github.com/ash-project/ash/compare/v1.49.0...v1.50.0) (2021-11-09) ### Breaking Changes: diff --git a/mix.exs b/mix.exs index 81058195..e53250fb 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.0" + @version "1.50.1" def project do [