From efd582d8a2c3a4aaf108cd0003b23bcadef6eeb2 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 27 Jan 2025 17:48:20 -0500 Subject: [PATCH] chore: release version v3.4.60 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05540febb..9117301eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## [v3.4.60](https://github.com/ash-project/ash/compare/v3.4.59...v3.4.60) (2025-01-27) + + + + +### Bug Fixes: + +* traverse custom expressions when listing refs + ## [v3.4.59](https://github.com/ash-project/ash/compare/v3.4.58...v3.4.59) (2025-01-27) diff --git a/mix.exs b/mix.exs index 128a87d57..03e41d442 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.59" + @version "3.4.60" def project do [