From cf6e738e4d1801032f7393f2833ca92a76f4d778 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 16 Sep 2024 21:34:47 -0400 Subject: [PATCH] chore: release version v3.4.14 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2fcfe86..ddb1b5db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## [v3.4.14](https://github.com/ash-project/ash/compare/v3.4.13...v3.4.14) (2024-09-17) + + + + +### Bug Fixes: + +* properly detect domains that don't exist yet in `ash.gen.domain` + ## [v3.4.13](https://github.com/ash-project/ash/compare/v3.4.12...v3.4.13) (2024-09-17) diff --git a/mix.exs b/mix.exs index e02a41f9..640a052e 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule Ash.MixProject do A declarative, extensible framework for building Elixir applications. """ - @version "3.4.13" + @version "3.4.14" def project do [