chore: release version v2.18.0

This commit is contained in:
Zach Daniel 2024-01-12 08:37:01 -05:00
parent 76cfe55a2a
commit ff65ef4951
4 changed files with 26 additions and 3 deletions

View file

@ -5,6 +5,29 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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)

View file

@ -10,7 +10,7 @@
```elixir
def deps do
[
{:ash, "~> 2.17.24"}
{:ash, "~> 2.18.0"}
]
end
```

View file

@ -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
```

View file

@ -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
[