Skip to content

Commit

Permalink
Bump to version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuprog committed Feb 4, 2022
1 parent 73e2d89 commit e8cf8f1
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.9.x

* Add `PolymorphicEmbed.types/2` function returning the possible types for a polymorphic field

## 1.8.x

* Add `:nilify` and `:ignore` for `:on_type_not_found` option
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Add `polymorphic_embed` for Elixir as a dependency in your `mix.exs` file:
```elixir
def deps do
[
{:polymorphic_embed, "~> 1.8.1"}
{:polymorphic_embed, "~> 1.9.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.8.1"
@version "1.9.0"

def project do
[
Expand Down

0 comments on commit e8cf8f1

Please sign in to comment.