chore: release version v0.36.1

This commit is contained in:
Zach Daniel 2021-04-04 16:25:56 -04:00
parent 910b3e0c3d
commit 5a7008f365
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 -->
## [v0.36.1](https://github.com/ash-project/ash_postgres/compare/v0.36.0...v0.36.1) (2021-04-04)
### Bug Fixes:
* raise when `all_tenants/0` default impl is called
### Improvements:
* add sum aggregate (#53)
## [v0.36.0](https://github.com/ash-project/ash_postgres/compare/v0.35.5...v0.36.0) (2021-04-01)

View file

@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do
support, and delegates to a configured repo.
"""
@version "0.36.0"
@version "0.36.1"
def project do
[