Skip to content

Commit 324b731

Browse files
committed
Bump version to 5.0.0
1 parent 26d4421 commit 324b731

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

3-
## Next release
3+
## 5.0.x
44

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

78
## 4.1.x
89

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Add `polymorphic_embed` for Elixir as a dependency in your `mix.exs` file:
273273
```elixir
274274
def deps do
275275
[
276-
{:polymorphic_embed, "~> 4.1"}
276+
{:polymorphic_embed, "~> 5.0"}
277277
]
278278
end
279279
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule PolymorphicEmbed.MixProject do
22
use Mix.Project
33

4-
@version "4.1.1"
4+
@version "5.0.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)