From 782e58ef85d271081dc8c4fdf60d59163d410bfb Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 29 Feb 2024 20:20:47 -0500 Subject: [PATCH] chore: release version v1.5.14 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d3fab6..491d645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.5.14](https://github.com/ash-project/ash_postgres/compare/v1.5.13...v1.5.14) (2024-03-01) + + + + +### Improvements: + +* no need for subquery for simple table aliases + ## [v1.5.13](https://github.com/ash-project/ash_postgres/compare/v1.5.12...v1.5.13) (2024-02-29) diff --git a/mix.exs b/mix.exs index e6717dc..cd82d0e 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "1.5.13" + @version "1.5.14" def project do [