diff --git a/CHANGELOG.md b/CHANGELOG.md index 52163f0..722e98f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ +# 1.2.0 + +- Adds support for default values (https://github.com/martinthenth/goal/pull/120 - by [laraujo7](https://github.com/laraujo7)) + # 1.1.2 -- Fixes a bug when using `{:array, :map}` with rules where the rules are ignored (https://github.com/martinthenth/goal/pull/115). +- Fixes a bug when using `{:array, :map}` with rules where the rules are ignored (https://github.com/martinthenth/goal/pull/115) # 1.1.1 -- Fixes a regression where `:map` without rules returns an empty map instead of the user's input (https://github.com/martinthenth/goal/issues/112). +- Fixes a regression where `:map` without rules returns an empty map instead of the user's input (https://github.com/martinthenth/goal/issues/112) # 1.1.0 diff --git a/mix.exs b/mix.exs index 1f01b34..f20ac84 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Goal.MixProject do use Mix.Project - @version "1.1.2" + @version "1.2.0" @source_url "https://github.com/martinthenth/goal" @changelog_url "https://github.com/martinthenth/goal/blob/main/CHANGELOG.md"