Skip to content

Commit

Permalink
chore: release version v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Aug 10, 2020
1 parent dcf6680 commit 73fc9d3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v1.6.0](https://github.com/ash-project/ash/compare/v1.5.1...v1.6.0) (2020-08-10)




### Features:

* add named aggregates

### Bug Fixes:

* various fixes from json:api integration

## [v1.5.1](https://github.com/ash-project/ash/compare/v1.5.0...v1.5.1) (2020-07-24)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ Ash is in alpha. The package version is 1.0.0+, and most of the time that means
```
def deps do
[
{:ash, "~> 1.5.1"}
{:ash, "~> 1.6.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends.
"""

@version "1.5.1"
@version "1.6.0"

def project do
[
Expand Down

0 comments on commit 73fc9d3

Please sign in to comment.