Skip to content

Commit

Permalink
Bump version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuprog committed Dec 20, 2021
1 parent 40bb732 commit 6a5b1fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.8.x

* Add `:nilify` and `:ignore` for `:on_type_not_found` option

## 1.7.x

* Support the SQLite3 Ecto adapter `ecto_sqlite3`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Add `polymorphic_embed` for Elixir as a dependency in your `mix.exs` file:
```elixir
def deps do
[
{:polymorphic_embed, "~> 1.7.2"}
{:polymorphic_embed, "~> 1.8.0"}
]
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 "1.7.2"
@version "1.8.0"

def project do
[
Expand Down

0 comments on commit 6a5b1fa

Please sign in to comment.