From 6143f32bc5ba2fef3772231003f69075615e2f94 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 23 Jul 2020 01:37:10 -0400 Subject: [PATCH] chore: release version v0.13.1 --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5afd69f7..a65ad0d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/README.md b/README.md index 759568171..23b801977 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index f1021615e..d86d8dbff 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [