Skip to content

Commit

Permalink
Release good_job v3.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Feb 6, 2023
1 parent 733e169 commit 8ddda78
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v3.11.1](https://github.com/bensheldon/good_job/tree/v3.11.1) (2023-02-06)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.11.0...v3.11.1)

**Merged pull requests:**

- UI improvement [\#829](https://github.com/bensheldon/good_job/pull/829) ([Ajmal](https://github.com/Ajmal))

## [v3.11.0](https://github.com/bensheldon/good_job/tree/v3.11.0) (2023-02-06)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.10.1...v3.11.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
good_job (3.11.0)
good_job (3.11.1)
activejob (>= 6.0.0)
activerecord (>= 6.0.0)
concurrent-ruby (>= 1.0.2)
Expand Down
1 change: 1 addition & 0 deletions checksums/good_job-3.11.1.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c174eb2af84c40f6c0c63348c45fbe5c48f045dcb551fa378af34f43b8810cd8
1 change: 1 addition & 0 deletions checksums/good_job-3.11.1.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7e589a22814e951148b73d8490b805312ec2062be1edc35c16b4935dc9324d321b14729baa3582682b47e2b311ce12f771125de5f05de2c92673b24b863f9999
2 changes: 1 addition & 1 deletion lib/good_job/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module GoodJob
# GoodJob gem version.
VERSION = '3.11.0'
VERSION = '3.11.1'
end

0 comments on commit 8ddda78

Please sign in to comment.