We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d4421 commit 324b731Copy full SHA for 324b731
CHANGELOG.md
@@ -1,8 +1,9 @@
1
# Changelog
2
3
-## Next release
+## 5.0.x
4
5
* 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
7
8
## 4.1.x
9
README.md
@@ -273,7 +273,7 @@ Add `polymorphic_embed` for Elixir as a dependency in your `mix.exs` file:
273
```elixir
274
def deps do
275
[
276
- {:polymorphic_embed, "~> 4.1"}
+ {:polymorphic_embed, "~> 5.0"}
277
]
278
end
279
```
mix.exs
@@ -1,7 +1,7 @@
defmodule PolymorphicEmbed.MixProject do
use Mix.Project
- @version "4.1.1"
+ @version "5.0.0"
def project do
0 commit comments