diff --git a/CHANGELOG.md b/CHANGELOG.md index 98917b1..c3c51df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## Head +## 0.10.0 - **Breaking:** Change refinement to `extend` in an anonymous module. The usage should change as follows: ```diff diff --git a/lib/easytest/version.rb b/lib/easytest/version.rb index d52aa97..1584cb4 100644 --- a/lib/easytest/version.rb +++ b/lib/easytest/version.rb @@ -1,3 +1,3 @@ module Easytest - VERSION = "0.9.0" + VERSION = "0.10.0" end