chore: release version v1.36.1

This commit is contained in:
Zach Daniel 2021-03-09 01:21:00 -05:00
parent f4fcfb54a2
commit 6158377dba
2 changed files with 14 additions and 1 deletions

View file

@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [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) ## [v1.36.0](https://github.com/ash-project/ash/compare/v1.35.1...v1.36.0) (2021-03-08)

View file

@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends. designed to be used by multiple front ends.
""" """
@version "1.36.0" @version "1.36.1"
def project do def project do
[ [