From 8e05e4128331b9fca2303b8be5ae064b59031d81 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 1 Dec 2020 22:12:34 -0500 Subject: [PATCH] chore: release version v1.25.0 --- 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 3108e68b..bb03c3c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.25.0](https://github.com/ash-project/ash/compare/v1.24.2...v1.25.0) (2020-12-02) + + + + +### Features: + +* support arguments for actions + ## [v1.24.2](https://github.com/ash-project/ash/compare/v1.24.1...v1.24.2) (2020-12-01) diff --git a/README.md b/README.md index b1d7080b..24726b5a 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.24.2"} + {:ash, "~> 1.25.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 33dd196c..47105cc5 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.24.2" + @version "1.25.0" def project do [