Skip to content

Commit

Permalink
Bump version to 0.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Maclean committed Jun 1, 2017
1 parent 2f0c42a commit c10d445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Unreleased
### 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.6'
Version = '0.11.7'
end

0 comments on commit c10d445

Please sign in to comment.