Skip to content

Commit

Permalink
chore: release version v2.17.10
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Dec 10, 2023
1 parent 22ba69d commit d43260d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v2.17.10](https://github.com/ash-project/ash/compare/v2.17.9...v2.17.10) (2023-12-10)




### Bug Fixes:

* add back in api level verifiers

### Improvements:

* support `nil` values in struct type callbacks

## [v2.17.9](https://github.com/ash-project/ash/compare/v2.17.8...v2.17.9) (2023-12-07)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
```elixir
def deps do
[
{:ash, "~> 2.17.9"}
{:ash, "~> 2.17.10"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion documentation/tutorials/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9"} # <-- add this line
{:ash, "~> 2.17.10"} # <-- add this line
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends.
"""

@version "2.17.9"
@version "2.17.10"

def project do
[
Expand Down

0 comments on commit d43260d

Please sign in to comment.