chore: release version v1.1.1

This commit is contained in:
Zach Daniel 2022-10-24 22:17:58 -06:00
parent dbfca0ec57
commit 736287a7b6
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 -->
## [v1.1.1](https://github.com/ash-project/ash_postgres/compare/v1.1.0...v1.1.1) (2022-10-25)
### Bug Fixes:
* && operator in expressions to point to ash_elixir_and (#115)
### Improvements:
* add check for unsupported expression
## [v1.1.0](https://github.com/ash-project/ash_postgres/compare/v1.0.0...v1.1.0) (2022-10-20)

View file

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