Skip to content

Commit

Permalink
Merge pull request #9 from gocardless/georgea93/bump-version
Browse files Browse the repository at this point in the history
Bump version to 0.11.8
  • Loading branch information
GeorgeA93 authored Jul 12, 2017
2 parents 14545b8 + 1eeb370 commit 25b29c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.11.8 (2017-07-12)

* Serialise and deserialise job args when running in sync mode. (georgea93)

### 0.11.7 (2017-06-01)

* Fix security vulnerability in parsing JSON from the DB (by specifying create_additions: false). This shouldn't be a concern unless you were passing untrusted user input in your job arguments. (hmac)
Expand Down
2 changes: 1 addition & 1 deletion lib/que/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Que
Version = '0.11.7'
Version = '0.11.8'
end

0 comments on commit 25b29c4

Please sign in to comment.