diff --git a/CHANGELOG.md b/CHANGELOG.md index 336a6c8..802caea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## Unreleased +## 0.5.2 - Fix `homepage` in gemspec. diff --git a/lib/easytest/version.rb b/lib/easytest/version.rb index 58a7541..2eb026e 100644 --- a/lib/easytest/version.rb +++ b/lib/easytest/version.rb @@ -1,3 +1,3 @@ module Easytest - VERSION = "0.5.1" + VERSION = "0.5.2" end