Skip to content

Commit

Permalink
Merge pull request #123 from lbeder/release
Browse files Browse the repository at this point in the history
Release v12.2.0
  • Loading branch information
lbeder authored Jul 26, 2024
2 parents 7678b86 + 19aef1c commit 51cca58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 12.2.0 (2024-07-26)

- Get rubocop and tests running locally #122 (thanks to @maxkadel)
- Add solr monitor (thanks to @maxkadel)

## 12.1.0 (2024-03-29)

- Make sidekiq maximum_amount_of_retries configurable
Expand Down
2 changes: 1 addition & 1 deletion lib/health_monitor/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module HealthMonitor
VERSION = '12.1.0'
VERSION = '12.2.0'
end

0 comments on commit 51cca58

Please sign in to comment.