Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneius committed Jan 4, 2019
1 parent dafb7e9 commit 87d6ecb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.9.0
-----------
- Retain `_id` suffix in error keys (#129, @khalilovcmd)
- Add a symbol filter: `symbol :color, in: %i(red blue green)` (#119, @estraph)
- Add `empty_is_nil` option to string filter (#135, @skylerwshaw)

0.8.3
-----------
- Add `min_length` and `max_length` options to array filter (#128, @jwoertink)
Expand Down
2 changes: 1 addition & 1 deletion lib/mutations/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Mutations
VERSION = "0.8.3"
VERSION = "0.9.0"
end

0 comments on commit 87d6ecb

Please sign in to comment.