From b7ffc5495fd6d956199fb74cfc1f72f58bf8505a Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 30 Dec 2020 11:56:32 -0500 Subject: [PATCH] chore: release version v1.26.5 --- 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 3ed9ad74..d2d909e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.26.5](https://github.com/ash-project/ash/compare/v1.26.4...v1.26.5) (2020-12-30) + + + + +### Improvements: + +* default actions + ## [v1.26.4](https://github.com/ash-project/ash/compare/v1.26.3...v1.26.4) (2020-12-30) diff --git a/README.md b/README.md index dcf1647d..c0a94b02 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.4"} + {:ash, "~> 1.26.5"} ] end ``` diff --git a/mix.exs b/mix.exs index a503248f..21abcae2 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.4" + @version "1.26.5" def project do [