Skip to content

Commit

Permalink
Update CHANGELOG, bump to version 8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Mar 13, 2019
1 parent b02033c commit 9fcabf5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 8.5.0 (2019-03-13)

- Drop support of Ruby 2.2
- Drop support of Ruby 2.3
- Add support of Ruby 2.6
- Add support of Rails 6.x
- Switch to Zeitwerk to load gem files

## 8.4.0 (2018-08-17)

- Set custom UserAgent in check_rails script (thanks to @n-rodriguez).
Expand Down
2 changes: 1 addition & 1 deletion lib/health_monitor/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def self.gem_version

module VERSION
MAJOR = 8
MINOR = 4
MINOR = 5
TINY = 0
PRE = nil

Expand Down

0 comments on commit 9fcabf5

Please sign in to comment.