Skip to content

Commit

Permalink
[2.0.1] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pokonski committed Mar 12, 2019
1 parent 0303f52 commit 08696a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.1

### Fixed

- Fix bug when retried jobs didn't correctly reset their failed flag when ran again (Thanks to @theo-delaune-argus and @mickael-palma-argus! [See issue](https://github.com/chaps-io/gush/issues/61))

## 2.0.0

## 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 = "2.0.0"
spec.version = "2.0.1"
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 08696a2

Please sign in to comment.