Skip to content

Commit

Permalink
Release 4.0.0 (#339)
Browse files Browse the repository at this point in the history
Bump to 4.0.0, closes #336
  • Loading branch information
ukd1 committed May 18, 2022
1 parent 8484634 commit ac45544
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion lib/queue_classic/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module QC
VERSION = "4.0.0-beta1"
VERSION = "4.0.0"
end

0 comments on commit ac45544

Please sign in to comment.