From ff65ef49516f8b0a8237dc157ca560c73c0813af Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 12 Jan 2024 08:37:01 -0500 Subject: [PATCH] chore: release version v2.18.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ README.md | 2 +- documentation/tutorials/get-started.md | 2 +- mix.exs | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a05f3e7..b42d1996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,29 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.18.0](https://github.com/ash-project/ash/compare/v2.17.24...v2.18.0) (2024-01-12) + + + + +### Features: + +* Allow `:self` as an option when requesting a relative page from a given page (#833) + +### Bug Fixes: + +* set tenant attribute in bulk create + +### Improvements: + +* add `all_tenants?` option to identities + +* support Ash.CiString in string_join (#832) + +* Add code interface support in Info and Builder. (#828) + +* authorize each related join using `join_filters` + ## [v2.17.24](https://github.com/ash-project/ash/compare/v2.17.23...v2.17.24) (2024-01-12) diff --git a/README.md b/README.md index 07fab3a6..a686d1e4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ```elixir def deps do [ - {:ash, "~> 2.17.24"} + {:ash, "~> 2.18.0"} ] end ``` diff --git a/documentation/tutorials/get-started.md b/documentation/tutorials/get-started.md index 49518043..d8ff6eca 100644 --- a/documentation/tutorials/get-started.md +++ b/documentation/tutorials/get-started.md @@ -87,7 +87,7 @@ defp deps do [ # {:dep_from_hexpm, "~> 0.3.0"}, # {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}, - {:ash, "~> 2.17.24"} # <-- add this line + {:ash, "~> 2.18.0"} # <-- add this line ] end ``` diff --git a/mix.exs b/mix.exs index f2ed7ffd..5f4006d8 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Ash.MixProject do designed to be used by multiple front ends. """ - @version "2.17.24" + @version "2.18.0" def project do [