From 50fe308ef38a5adbb2e8f4df7b15083003306c9f Mon Sep 17 00:00:00 2001 From: Brendan Weibrecht Date: Mon, 29 Aug 2022 11:34:42 +1000 Subject: [PATCH] Changelog: Add version number to unreleased section --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24182254..e1ff4757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ -- [Unreleased](#unreleased) +- [2.2.0 \(2022-08-29\)](#220-2022-08-29) - [2.1.0 \(2022-08-25\)](#210-2022-08-25) - [2.0.0 \(2022-08-25\)](#200-2022-08-25) - [1.4.1 \(2022-07-24\)](#141-2022-07-24) @@ -56,7 +56,7 @@ -## Unreleased +## 2.2.0 (2022-08-29) - **Changed**: + 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)