Skip to content

Commit

Permalink
Release good_job v2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Apr 19, 2022
1 parent b5588b6 commit bd5cd69
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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

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

**Implemented enhancements:**

- Dashboard UI updates: sticky navbar, statuses as tabs [\#572](https://github.com/bensheldon/good_job/pull/572) ([bkeepers](https://github.com/bkeepers))

**Closed issues:**

- Internationalize/I18n the Dashboard Engine [\#408](https://github.com/bensheldon/good_job/issues/408)

**Merged pull requests:**

- Fix Russian translation linting [\#573](https://github.com/bensheldon/good_job/pull/573) ([bensheldon](https://github.com/bensheldon))

## [v2.12.2](https://github.com/bensheldon/good_job/tree/v2.12.2) (2022-04-18)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v2.12.1...v2.12.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.12.2)
good_job (2.13.0)
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.12.2'
VERSION = '2.13.0'
end

0 comments on commit bd5cd69

Please sign in to comment.