From 6158377dba89576db9d4d6030bd6f24ab27d529c Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 9 Mar 2021 01:21:00 -0500 Subject: [PATCH] chore: release version v1.36.1 --- CHANGELOG.md | 13 +++++++++++++ mix.exs | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13082eab..a8997542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.36.1](https://github.com/ash-project/ash/compare/v1.36.0...v1.36.1) (2021-03-09) + + + + +### Bug Fixes: + +* properly filter aggregates + +### Improvements: + +* accept `tenant` in `for_read` + ## [v1.36.0](https://github.com/ash-project/ash/compare/v1.35.1...v1.36.0) (2021-03-08) diff --git a/mix.exs b/mix.exs index ca6a3cf4..1b1d87b9 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.36.0" + @version "1.36.1" def project do [