Skip to content

Commit

Permalink
chore: release version v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jun 5, 2024
1 parent ab0e6f0 commit 1eba24b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v2.0.3](https://github.com/ash-project/ash_phoenix/compare/v2.0.2...v2.0.3) (2024-06-05)




### Bug Fixes:

* properly (i.e safely) encode ci strings to iodata and params

* various union param handling fixes

* properly transform nested params

* make sure that _index is correctly updated before and after removal for sparse forms (#196) (#197)

## [v2.0.2](https://github.com/ash-project/ash_phoenix/compare/v2.0.1...v2.0.2) (2024-05-22)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2"}
{:ash_phoenix, "~> 2.0.3"}
```

## Whats in the box?
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do
Utilities for integrating Ash and Phoenix
"""

@version "2.0.2"
@version "2.0.3"

def project do
[
Expand Down

0 comments on commit 1eba24b

Please sign in to comment.