chore: release version v1.26.11

This commit is contained in:
Zach Daniel 2021-01-07 21:37:01 -05:00
parent 424d020a7d
commit 540878de23
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.26.11](https://github.com/ash-project/ash/compare/v1.26.10...v1.26.11) (2021-01-08)
### Improvements:
* add `for_<action>` helpers
## [v1.26.10](https://github.com/ash-project/ash/compare/v1.26.9...v1.26.10) (2021-01-07)

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.26.10"}
{:ash, "~> 1.26.11"}
]
end
```

View file

@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends.
"""
@version "1.26.10"
@version "1.26.11"
def project do
[