From 1ffb193ca3f7fb51d6c5bdb957c949b1b2abb950 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 17 Jul 2023 22:36:00 -0400 Subject: [PATCH] chore: release version v1.3.34 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 069ebf3..a5d3121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.3.34](https://github.com/ash-project/ash_postgres/compare/v1.3.33...v1.3.34) (2023-07-18) + + + + +### Improvements: + +* support unary `-/1` operator + ## [v1.3.33](https://github.com/ash-project/ash_postgres/compare/v1.3.32...v1.3.33) (2023-07-14) diff --git a/mix.exs b/mix.exs index 2fb61ee..736b73e 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "1.3.33" + @version "1.3.34" def project do [