From 5ff9202a29a00b7f99e520a1a8854cd84142d44f Mon Sep 17 00:00:00 2001 From: piotrek Date: Sat, 9 Jun 2018 14:36:19 +0100 Subject: [PATCH] [1.1.1] Bump version --- CHANGELOG.md | 7 +++++++ gush.gemspec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf543e9..7941b88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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 diff --git a/gush.gemspec b/gush.gemspec index 63a0c02..cacbd81 100644 --- a/gush.gemspec +++ b/gush.gemspec @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "gush" - spec.version = "1.1.0" + spec.version = "1.1.1" spec.authors = ["Piotrek OkoĊ„ski"] spec.email = ["piotrek@okonski.org"] spec.summary = "Fast and distributed workflow runner based on ActiveJob and Redis"