Skip to content

Commit cdee4f3

Browse files
committed
Version 1.3.0
1 parent e65ff7c commit cdee4f3

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 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [1.3.0] - 2017-07-28
9+
10+
### Added
11+
12+
- `on_error` now receives the job hash as its third parameter.
13+
814
## [1.2.0] - 2017-02-13
915

1016
### Changed

lib/hypernova/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Hypernova
2-
VERSION = "1.2.0"
2+
VERSION = "1.3.0"
33
end

0 commit comments

Comments
 (0)