Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthenth committed Nov 29, 2024
1 parent 9236fb0 commit a31f0f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.1.2

- 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).
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.1"
@version "1.1.2"
@source_url "https://github.com/martinthenth/goal"
@changelog_url "https://github.com/martinthenth/goal/blob/main/CHANGELOG.md"

Expand Down

0 comments on commit a31f0f8

Please sign in to comment.