From 73fc9d370c59c549f3ff9ef845a9ecf1bb0cc7a3 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 10 Aug 2020 03:37:20 -0400 Subject: [PATCH] chore: release version v1.6.0 --- CHANGELOG.md | 13 +++++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 920a65e00..4c506621e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/README.md b/README.md index 18f5125c6..622963f28 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index a2b411f19..b96b4c6b7 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [