Skip to content

Commit

Permalink
Changelog: Add entry for 2.0.0
Browse files Browse the repository at this point in the history
Co-Authored-By: Jerome Paul <jerome.paul@greensync.com.au>
  • Loading branch information
ZimbiX and jpaulgs committed Aug 25, 2022
1 parent 49bb7a3 commit 3d452f2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<!-- MarkdownTOC autolink=true -->

- [2.0.0 \(2022-08-25\)](#200-2022-08-25)
- [1.4.1 \(2022-07-24\)](#141-2022-07-24)
- [2.0.0.beta1 \(2022-03-24\)](#200beta1-2022-03-24)
- [1.4.0 \(2022-03-23\)](#140-2022-03-23)
Expand Down Expand Up @@ -53,6 +54,15 @@

<!-- /MarkdownTOC -->

## 2.0.0 (2022-08-25)

See beta 2.0.0.beta1, plus:

- **Fixed**:
+ Updated to use non-deprecated method from PG when params are passed (`#async_exec_params`). [#374](https://github.com/que-rb/que/pull/374)

Note that @dtcristo submitted a PR proposing an easier upgrade path to Que 2 and Ruby 3 - [#365](https://github.com/que-rb/que/pull/365). We are yet to properly consider this, but a later release which includes this feature would mean you don't need to simultaneously deploy Que 1.x and 2.x workers during the upgrade.

## 1.4.1 (2022-07-24)

- **Added**
Expand Down

0 comments on commit 3d452f2

Please sign in to comment.