Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthenth committed Dec 13, 2024
1 parent e00fbc0 commit cd2f60c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

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 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"

Expand Down

0 comments on commit cd2f60c

Please sign in to comment.