Skip to content

Commit

Permalink
Update gem version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oeoeaio committed Feb 23, 2022
1 parent 5907a93 commit e88d3c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 1.2.0 (2022-02-23)

- **Deprecated**
+ Providing job options as top level keyword arguments to Job.enqueue is now deprecated. Support will be dropped in `2.0`. Job options should be nested under the `job_options` keyword arg instead. See [#336](https://github.com/que-rb/que/pull/336)

### 1.1.0 (2022-02-21)

- **Features**:
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 = '1.1.0'
VERSION = '1.2.0'
end

0 comments on commit e88d3c7

Please sign in to comment.