chore: release version v1.25.0

This commit is contained in:
Zach Daniel 2020-12-01 22:12:34 -05:00
parent 0abf03065a
commit 8e05e41283
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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)

View file

@ -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
```

View file

@ -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
[