diff --git a/CHANGELOG.md b/CHANGELOG.md index d10b2ae..a87b9fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +- 0.18.2 + - Documentation updates: + - PR #18: Adding an example of using prop_check with the `test-unit` testing framework to the README. Thank you, @niku! + - PR #17, #18, #21: fixing typos in various parts of the documentation. Thank you, @meganemura, @niku and @harlantwood! - 0.18.1 - Fixes: - Compatibility with Ruby 3.2: diff --git a/lib/prop_check/version.rb b/lib/prop_check/version.rb index 36fab57..0405971 100644 --- a/lib/prop_check/version.rb +++ b/lib/prop_check/version.rb @@ -1,3 +1,3 @@ module PropCheck - VERSION = '0.18.1' + VERSION = '0.18.2' end