Skip to content

Commit

Permalink
chore: release version v1.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jul 12, 2023
1 parent 638ec3f commit 4156642
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v1.2.15](https://github.com/ash-project/ash_phoenix/compare/v1.2.14...v1.2.15) (2023-07-12)




### Bug Fixes:

* don't raise on unknown inputs for filters

* fix Logger deprecations for elixir 1.15 (#96)

## [v1.2.14](https://github.com/ash-project/ash_phoenix/compare/v1.2.13...v1.2.14) (2023-05-25)


Expand Down
2 changes: 1 addition & 1 deletion documentation/topics/working-with-phoenix.md
Expand Up @@ -2,7 +2,7 @@

The AshPhoenix plugin adds lots of helpers for working with Phoenix Liveview (and regular views).

`{:ash_phoenix, "~> 1.2.14"}`
`{:ash_phoenix, "~> 1.2.15"}`

## Whats in the box?

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do
Utilities for integrating Ash with Phoenix
"""

@version "1.2.14"
@version "1.2.15"

def project do
[
Expand Down

0 comments on commit 4156642

Please sign in to comment.