Skip to content

Commit 08696a2

Browse files
committed
[2.0.1] Bump version
1 parent 0303f52 commit 08696a2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 2.0.1
9+
10+
### Fixed
11+
12+
- 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))
13+
814
## 2.0.0
915

1016
## Changed

gush.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44

55
Gem::Specification.new do |spec|
66
spec.name = "gush"
7-
spec.version = "2.0.0"
7+
spec.version = "2.0.1"
88
spec.authors = ["Piotrek Okoński"]
99
spec.email = ["[email protected]"]
1010
spec.summary = "Fast and distributed workflow runner based on ActiveJob and Redis"

0 commit comments

Comments
 (0)