chore: release version v0.19.0

This commit is contained in:
Zach Daniel 2020-09-02 00:07:26 -04:00
parent 52a39d0597
commit f837b06bc6
No known key found for this signature in database
GPG key ID: C377365383138D4B
2 changed files with 16 additions and 1 deletions

View file

@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.19.0](https://github.com/ash-project/ash_postgres/compare/v0.18.0...v0.19.0) (2020-09-02)
### Features:
* support inner joins when possible (#15)
### Bug Fixes:
* better support for aggregates/calculations when delegating
* don't fail w/ no extensions configured
## [v0.18.0](https://github.com/ash-project/ash_postgres/compare/v0.17.0...v0.18.0) (2020-08-26)

View file

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