chore: release version v1.26.0

This commit is contained in:
Zach Daniel 2020-12-28 19:18:15 -05:00
parent d600c55509
commit 964877c54d
3 changed files with 13 additions and 2 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.26.0](https://github.com/ash-project/ash/compare/v1.25.8...v1.26.0) (2020-12-29)
### Features:
* support `:first` aggregate (#153)
* support more sort orders
## [v1.25.8](https://github.com/ash-project/ash/compare/v1.25.7...v1.25.8) (2020-12-27)

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

View file

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