Skip to content

Commit

Permalink
chore: release version v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jul 23, 2020
1 parent 156b89b commit 6143f32
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v0.13.1](https://github.com/ash-project/ash/compare/0.13.0...v0.13.1) (2020-07-23)




### Features:

* aggregations!

* rename package back to `ash`

### Bug Fixes:

* incorrect callback

* comment out aggregate splitting code for now

## [v0.13.0](https://github.com/ash-project/ash/compare/0.12.0...v0.13.0) (2020-07-23)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ Ash is in a very early alpha. There are versions 1.0.0+ published, but they have
```
def deps do
[
{:ash, "~> 0.13.0"}
{:ash, "~> 0.13.1"}
]
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 "0.13.0"
@version "0.13.1"

def project do
[
Expand Down

0 comments on commit 6143f32

Please sign in to comment.