CHANGELOG.md in hypernova-1.3.0 vs CHANGELOG.md in hypernova-1.4.0

- old
+ new

@@ -3,9 +3,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.4.0] - 2019-01-24 + +### Fixed + +- `render_batch` receives jobs in hash form [#21](https://github.com/airbnb/hypernova-ruby/pull/21) + ## [1.3.0] - 2017-07-28 ### Added - `on_error` now receives the job hash as its third parameter.