CHANGELOG.md in gush-1.1.0 vs CHANGELOG.md in gush-1.1.1
- old
+ new
@@ -3,9 +3,16 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
+## 1.1.1 - 2018-06-09
+
+## Changed
+
+- Relax dependency on ActiveSupport to work with 4.2 up to 5.X (Thanks to @iacobus! [See pull request](https://github.com/chaps-io/gush/pull/54))
+
+
## 1.1.0 - 2018-02-05
## Added
- Added ability to specify TTL for Redis keys and manually expire whole workflows (Thanks to @dmitrypol! [See pull request](https://github.com/chaps-io/gush/pull/48))