diff --git a/CHANGELOG.md b/CHANGELOG.md index 8168354..bf95ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.0] - 2024-11-04 + +### Added + +- Added support of Ruby 2.4 +- Added support of RSpec 3.10 + ## [0.1.0] - 2024-11-04 ### Added diff --git a/lib/rspec/mock/version.rb b/lib/rspec/mock/version.rb index 43c2a6d..d019e18 100644 --- a/lib/rspec/mock/version.rb +++ b/lib/rspec/mock/version.rb @@ -2,6 +2,6 @@ module RSpec module Mock - VERSION = '0.1.0' + VERSION = '0.2.0' end end