chore: release version v2.14.19

This commit is contained in:
Zach Daniel 2023-09-21 18:52:19 -04:00
parent 55f15c8427
commit 2813b3c9b2
4 changed files with 18 additions and 3 deletions

View file

@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v2.14.19](https://github.com/ash-project/ash/compare/v2.14.18...v2.14.19) (2023-09-21)
### Bug Fixes:
* more usages of `:wrap_list` type (#700)
* add missing usage of `:default_belongs_to_type` (#699)
### Improvements:
* add `sequence` generator utility
## [v2.14.18](https://github.com/ash-project/ash/compare/v2.14.17...v2.14.18) (2023-09-20)

View file

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

View file

@ -86,7 +86,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.14.18"} # <-- add this line
{:ash, "~> 2.14.19"} # <-- add this line
]
end
```

View file

@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends.
"""
@version "2.14.18"
@version "2.14.19"
def project do
[