Skip to content

Commit fe99d51

Browse files
committed
Bump version to 3.0.6
1 parent b1869d6 commit fe99d51

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
@@ -3,6 +3,7 @@
33
## 3.0.x
44

55
* Default value for polymorphic list of embeds is `[]` instead of `nil` (following `embeds_many/3`)
6+
* Support Phoenix HTML 4.0
67

78
### Migration from 2.x to 3.x
89

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Add `polymorphic_embed` for Elixir as a dependency in your `mix.exs` file:
264264
```elixir
265265
def deps do
266266
[
267-
{:polymorphic_embed, "~> 3.0.5"}
267+
{:polymorphic_embed, "~> 3.0.6"}
268268
]
269269
end
270270
```

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 "3.0.5"
4+
@version "3.0.6"
55

66
def project do
77
[

0 commit comments

Comments
 (0)