Skip to content

Commit

Permalink
Bump version to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuprog committed Jul 14, 2022
1 parent fe286f7 commit 8559e88
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.10.x

* Add `polymorphic_embed_inputs_for/2` for displaying forms in LiveView
* Add `polymorphic_embed_inputs_for/3` for displaying forms in Phoenix templates without
needing to specify the type

## 1.9.x

* Add `PolymorphicEmbed.types/2` function returning the possible types for a polymorphic field
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Add `polymorphic_embed` for Elixir as a dependency in your `mix.exs` file:
```elixir
def deps do
[
{:polymorphic_embed, "~> 1.9.0"}
{:polymorphic_embed, "~> 1.10.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule PolymorphicEmbed.MixProject do
use Mix.Project

@version "1.9.0"
@version "1.10.0"

def project do
[
Expand Down

0 comments on commit 8559e88

Please sign in to comment.