Skip to content

Commit

Permalink
[1.1] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pokonski committed Feb 5, 2018
1 parent 2b05f10 commit 9f5d1f2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.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))
- Loosened dependency on redis-rb library to >= 3.2 and < 5.0 (Thanks to @mofumofu3n! [See pull request](https://github.com/chaps-io/gush/pull/52))

## Fixed

- Improved performance of (de)serializing workflows by not storing job array inside workflow JSON and other smaller improvements ([See pull request](https://github.com/chaps-io/gush/pull/53))


## 1.0.0 - 2017-10-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion gush.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "gush"
spec.version = "1.0.0"
spec.version = "1.1.0"
spec.authors = ["Piotrek Okoński"]
spec.email = ["piotrek@okonski.org"]
spec.summary = "Fast and distributed workflow runner based on ActiveJob and Redis"
Expand Down

0 comments on commit 9f5d1f2

Please sign in to comment.