Skip to content

Commit ac45544

Browse files
authored
Release 4.0.0 (#339)
Bump to 4.0.0, closes #336
1 parent 8484634 commit ac45544

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [4.0.0] - 2022-05-17
6+
7+
Updates:
8+
- [Allow overriding of job successes](https://github.com/QueueClassic/queue_classic/pull/338)
9+
- [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)
10+
- [Setup some code analysis](https://github.com/QueueClassic/queue_classic/pull/337)
11+
512
## [4.0.0-alpha1] - 2019-07-18
613

714
Updates:

lib/queue_classic/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module QC
4-
VERSION = "4.0.0-beta1"
4+
VERSION = "4.0.0"
55
end

0 commit comments

Comments
 (0)