From ac45544c1368176503b976dad42dd0aee0be5334 Mon Sep 17 00:00:00 2001 From: Russell Smith Date: Tue, 17 May 2022 21:38:28 -0700 Subject: [PATCH] Release 4.0.0 (#339) Bump to 4.0.0, closes #336 --- CHANGELOG.md | 7 +++++++ lib/queue_classic/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b61ccadd..bfb69a29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [4.0.0] - 2022-05-17 + +Updates: +- [Allow overriding of job successes](https://github.com/QueueClassic/queue_classic/pull/338) +- [Move to @github actions - @circleci ended up being slower. Test for Ruby 2.6, 2.7, 3.0 and 3.1. Require a more modern, but still old PG gem.](https://github.com/QueueClassic/queue_classic/pull/335) +- [Setup some code analysis](https://github.com/QueueClassic/queue_classic/pull/337) + ## [4.0.0-alpha1] - 2019-07-18 Updates: diff --git a/lib/queue_classic/version.rb b/lib/queue_classic/version.rb index 426d958b..615176ae 100644 --- a/lib/queue_classic/version.rb +++ b/lib/queue_classic/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module QC - VERSION = "4.0.0-beta1" + VERSION = "4.0.0" end