Skip to content

Commit

Permalink
[2.0.0] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pokonski committed Nov 22, 2018
1 parent 098d23f commit 006d7f5
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).

## 2.0.0

## Changed

- *[BREAKING]* Store gush jobs on redis hash instead of plain keys - this improves performance when retrieving keys (Thanks to @Saicheg! [See pull request](https://github.com/chaps-io/gush/pull/56))


## Added

- Allow setting queue for each job via `:queue` option in `run` method (Thanks to @devilankur18! [See pull request](https://github.com/chaps-io/gush/pull/58))


## 1.1.1 - 2018-06-09

## Changed
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.3.0"
spec.version = "2.0.0"
spec.authors = ["Piotrek Okoński"]
spec.email = ["[email protected]"]
spec.summary = "Fast and distributed workflow runner based on ActiveJob and Redis"
Expand Down

0 comments on commit 006d7f5

Please sign in to comment.