Skip to content

Commit

Permalink
Bump version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuprog committed Aug 19, 2024
1 parent 26d4421 commit 324b731
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## Next release
## 5.0.x

* Fix usage with Ecto 3.12. Require Ecto 3.12 or later
* Allow inferring type from parent field via new :use_parent_field_for_type option

## 4.1.x

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ Add `polymorphic_embed` for Elixir as a dependency in your `mix.exs` file:
```elixir
def deps do
[
{:polymorphic_embed, "~> 4.1"}
{:polymorphic_embed, "~> 5.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 "4.1.1"
@version "5.0.0"

def project do
[
Expand Down

0 comments on commit 324b731

Please sign in to comment.