We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa2a7f commit ce24970Copy full SHA for ce24970
CHANGELOG.md
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
6
## [Unreleased]
7
8
+## [1.4.0] - 2019-01-24
9
+
10
+### Fixed
11
12
+- `render_batch` receives jobs in hash form [#21](https://github.com/airbnb/hypernova-ruby/pull/21)
13
14
## [1.3.0] - 2017-07-28
15
16
### Added
lib/hypernova/version.rb
@@ -1,3 +1,3 @@
1
module Hypernova
2
- VERSION = "1.3.0"
+ VERSION = "1.4.0"
3
end
0 commit comments