Skip to content

Commit

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

<!-- changelog -->

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




### Bug Fixes:

* don't apply default limit unless pagination is required

* properly handle union changes for lists of embeds

* honor `default_limit` option in pagination

### Improvements:

* support `embed_nil_values?` for trimming down stored embeds

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


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.8"}
{:ash, "~> 2.17.9"}
]
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.8"} # <-- add this line
{:ash, "~> 2.17.9"} # <-- 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.8"
@version "2.17.9"

def project do
[
Expand Down

0 comments on commit f963c8b

Please sign in to comment.