From 736287a7b63ec0c745ec8792a955047e5a49c77c Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 24 Oct 2022 22:17:58 -0600 Subject: [PATCH] chore: release version v1.1.1 --- CHANGELOG.md | 13 +++++++++++++ mix.exs | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5ed05f..a287255 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/mix.exs b/mix.exs index d2446ed..c06f522 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [