diff --git a/CHANGELOG.md b/CHANGELOG.md index 47487cd6..7661e4d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/que/version.rb b/lib/que/version.rb index 8006c0a2..4cf87a79 100644 --- a/lib/que/version.rb +++ b/lib/que/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Que - Version = '0.11.6' + Version = '0.11.7' end