We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65ff7c commit cdee4f3Copy full SHA for cdee4f3
CHANGELOG.md
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
6
## [Unreleased]
7
8
+## [1.3.0] - 2017-07-28
9
+
10
+### Added
11
12
+- `on_error` now receives the job hash as its third parameter.
13
14
## [1.2.0] - 2017-02-13
15
16
### Changed
lib/hypernova/version.rb
@@ -1,3 +1,3 @@
1
module Hypernova
2
- VERSION = "1.2.0"
+ VERSION = "1.3.0"
3
end
0 commit comments