From e3a81cbe3c06f2104549a9f6dedc4258bf23cd96 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 14 Feb 2022 11:39:04 -0500 Subject: [PATCH] chore: release version v1.51.0 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fabb473a..8aea01e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.51.0](https://github.com/ash-project/ash/compare/v1.50.21...v1.51.0) (2022-02-14) + + + + +### Features: + +* add `source` option to attributes + ## [v1.50.21](https://github.com/ash-project/ash/compare/v1.50.20...v1.50.21) (2022-02-14) diff --git a/mix.exs b/mix.exs index b5be0970..0836d954 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.21" + @version "1.51.0" def project do [