From 8a4f857ed3a54b88652319ab3727bfa6071c4a67 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Sun, 14 Jul 2024 11:23:05 -0400 Subject: [PATCH] chore: release version v3.1.7 --- CHANGELOG.md | 11 +++++++++++ mix.exs | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ed3a2bdd..50e9f8473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## [v3.1.7](https://github.com/ash-project/ash/compare/v3.1.6...v3.1.7) (2024-07-14) + + + + +### Bug Fixes: + +* don't use `:same` return type for most operators + +* don't use returns as basis type unless explicitly allowed + ## [v3.1.6](https://github.com/ash-project/ash/compare/v3.1.5...v3.1.6) (2024-07-14) diff --git a/mix.exs b/mix.exs index 9dfe649c7..448ac2474 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.1.6" + @version "3.1.7" def project do [