You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
<!-- MarkdownTOC autolink=true -->
4
4
5
-
-[Unreleased](#unreleased)
5
+
-[2.2.0 \(2022-08-29\)](#220-2022-08-29)
6
6
-[2.1.0 \(2022-08-25\)](#210-2022-08-25)
7
7
-[2.0.0 \(2022-08-25\)](#200-2022-08-25)
8
8
-[1.4.1 \(2022-07-24\)](#141-2022-07-24)
@@ -56,7 +56,7 @@
56
56
57
57
<!-- /MarkdownTOC -->
58
58
59
-
## Unreleased
59
+
## 2.2.0 (2022-08-29)
60
60
61
61
-**Changed**:
62
62
+ When migrating, now raises an exception when the Que DB schema version is missing from the database. The migrations system records this version in a comment on the `que_jobs` table. [#379](https://github.com/que-rb/que/pull/379)
0 commit comments