chore: release version v2.0.2

This commit is contained in:
Zach Daniel 2024-05-22 09:45:51 -04:00
parent 6b0676d662
commit fa26dd2a39
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v2.0.2](https://github.com/ash-project/ash_phoenix/compare/v2.0.1...v2.0.2) (2024-05-22)
### Bug Fixes:
* don't assume all embeds have a create/update action
## [v2.0.1](https://github.com/ash-project/ash_phoenix/compare/v2.0.0...v2.0.1) (2024-05-17)

View file

@ -15,7 +15,7 @@ Welcome! This is the package for integrating [Phoenix Framework](https://www.pho
Add `ash_phoenix` to your list of dependencies in `mix.exs`:
```elixir
{:ash_phoenix, "~> 2.0.1"}
{:ash_phoenix, "~> 2.0.2"}
```
## Whats in the box?

View file

@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do
Utilities for integrating Ash and Phoenix
"""
@version "2.0.1"
@version "2.0.2"
def project do
[