CHANGELOG.md in mock_redis-0.29.0 vs CHANGELOG.md in mock_redis-0.30.0

- old
+ new

@@ -1,6 +1,11 @@ # MockRedis Changelog +### 0.30.0 + +* Drop support for Ruby 2.4 and Ruby 2.5 since they are EOL +* Fix `expire` to to raise error on invalid integer + ### 0.29.0 * Add support for `logger` option ([#211](https://github.com/sds/mock_redis/pull/211)) * Fix `zadd` to not perform conditional type conversion ([#214](https://github.com/sds/mock_redis/pull/214)) * Fix `hdel` to raise error when called with empty array ([#215](https://github.com/sds/mock_redis/pull/215))