From 6c6c2e5fffa1ba23836443983788d3d3535e2039 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 27 Sep 2022 18:37:34 -0400 Subject: [PATCH] chore: release version v1.1.0-rc.0 --- CHANGELOG.md | 15 +++++++++++++++ mix.exs | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d51786..1150709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.1.0-rc.0](https://github.com/ash-project/ash_phoenix/compare/v1.0.0-rc.1...v1.1.0-rc.0) (2022-09-27) + + + + +### Features: + +* append predicate path w/ field when relationship (#53) + +### Improvements: + +* support latest phoenix/surface + +* support latest phoenix + ## [v1.0.0-rc.1](https://github.com/ash-project/ash_phoenix/compare/v1.0.0-rc.0...v1.0.0-rc.1) (2022-09-21) diff --git a/mix.exs b/mix.exs index 29d3eca..43cb280 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do Utilities for integrating Ash with Phoenix """ - @version "1.0.0-rc.1" + @version "1.1.0-rc.0" def project do [