diff --git a/CHANGELOG.md b/CHANGELOG.md index 5763017..4a37a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master +## 0.3.0 (2020-10-21) + - Add `filter_with: Symbol | Proc` option to `.map` to allowing filtering the input value. ([@palkan][]) - Allow specifying `ignore_empty_values: *` per rule. ([@palkan][]) diff --git a/lib/rubanok/version.rb b/lib/rubanok/version.rb index 275f4d1..6510414 100644 --- a/lib/rubanok/version.rb +++ b/lib/rubanok/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Rubanok - VERSION = "0.2.1" + VERSION = "0.3.0" end