From 80cfe77e35662600aeddb85359059f782edc3244 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 30 Dec 2020 00:58:48 -0500 Subject: [PATCH] chore: release version v1.26.3 --- 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 9704af82..bea9f418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.26.3](https://github.com/ash-project/ash/compare/v1.26.2...v1.26.3) (2020-12-30) + + + + +### Improvements: + +* add `parse_input/3` to `Ash.Filter` + ## [v1.26.2](https://github.com/ash-project/ash/compare/v1.26.1...v1.26.2) (2020-12-29) diff --git a/README.md b/README.md index c542202d..f7c6edd7 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.26.2"} + {:ash, "~> 1.26.3"} ] end ``` diff --git a/mix.exs b/mix.exs index ac4c1b16..55d0ecb6 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.26.2" + @version "1.26.3" def project do [