Skip to content

Commit

Permalink
Release good_job v2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jan 31, 2022
1 parent 601395a commit 0791113
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
27 changes: 24 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,38 @@
# Changelog

## [v2.9.3](https://github.com/bensheldon/good_job/tree/v2.9.3) (2022-01-23)
## [v2.9.4](https://github.com/bensheldon/good_job/tree/v2.9.4) (2022-01-31)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v2.9.2...v2.9.3)
[Full Changelog](https://github.com/bensheldon/good_job/compare/v2.9.3...v2.9.4)

**Fixed bugs:**

- Fix navbar toggler [\#506](https://github.com/bensheldon/good_job/pull/506) ([JuanVqz](https://github.com/JuanVqz))
- Guard LogSubscriber against tagged logger without a formatter [\#504](https://github.com/bensheldon/good_job/pull/504) ([bensheldon](https://github.com/bensheldon))
- Markdown lint fixes + Added missing responsive meta tag [\#492](https://github.com/bensheldon/good_job/pull/492) ([zeevy](https://github.com/zeevy))

**Closed issues:**

- Assets not loaded when Rails is configured with a different hostname for assets [\#491](https://github.com/bensheldon/good_job/issues/491)
- The navbar icon doesn't show the navbar menu when clicking it [\#503](https://github.com/bensheldon/good_job/issues/503)
- Not all loggers have a formatter [\#502](https://github.com/bensheldon/good_job/issues/502)
- Error logs from failed jobs used all storage space [\#495](https://github.com/bensheldon/good_job/issues/495)

**Merged pull requests:**

- Update Code of Conduct to Contributor Covenant 2.1 [\#501](https://github.com/bensheldon/good_job/pull/501) ([bensheldon](https://github.com/bensheldon))
- Test with Ruby 3.1 [\#498](https://github.com/bensheldon/good_job/pull/498) ([aried3r](https://github.com/aried3r))

## [v2.9.3](https://github.com/bensheldon/good_job/tree/v2.9.3) (2022-01-23)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v2.9.2...v2.9.3)

**Fixed bugs:**

- Use `*_url` route helpers for Dashboard assets to avoid being overridden by `config.asset_host` [\#493](https://github.com/bensheldon/good_job/pull/493) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- Assets not loaded when Rails is configured with a different hostname for assets [\#491](https://github.com/bensheldon/good_job/issues/491)

## [v2.9.2](https://github.com/bensheldon/good_job/tree/v2.9.2) (2022-01-19)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v2.9.1...v2.9.2)
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 (2.9.3)
good_job (2.9.4)
activejob (>= 5.2.0)
activerecord (>= 5.2.0)
concurrent-ruby (>= 1.0.2)
Expand Down
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 = '2.9.3'
VERSION = '2.9.4'
end

0 comments on commit 0791113

Please sign in to comment.