Skip to content

Commit

Permalink
Bump version to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuprog committed Jun 3, 2024
1 parent 945861d commit fe3becc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Add `Form.source_data/1` and `Form.source_module/1` (`get_polymorphic_type/2` doesn't work for list of embeds)
* Add `:retain_unlisted_types_on_load` and `:nilify_unlisted_types_on_load` options
* MongoDB fix
* Deprecate `:type_field` in favor of `:type_field_name`

## 4.0.x

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

def project do
[
Expand Down

0 comments on commit fe3becc

Please sign in to comment.