Skip to content

Commit fe3becc

Browse files
committed
Bump version to 4.1.1
1 parent 945861d commit fe3becc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Add `Form.source_data/1` and `Form.source_module/1` (`get_polymorphic_type/2` doesn't work for list of embeds)
66
* Add `:retain_unlisted_types_on_load` and `:nilify_unlisted_types_on_load` options
77
* MongoDB fix
8+
* Deprecate `:type_field` in favor of `:type_field_name`
89

910
## 4.0.x
1011

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ Add `polymorphic_embed` for Elixir as a dependency in your `mix.exs` file:
272272
```elixir
273273
def deps do
274274
[
275-
{:polymorphic_embed, "~> 4.1.0"}
275+
{:polymorphic_embed, "~> 4.1.1"}
276276
]
277277
end
278278
```

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.0"
4+
@version "4.1.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)