Skip to content

Commit

Permalink
Prepare v0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdawson committed Sep 8, 2023
1 parent d559037 commit c2808f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.3.0] - 2023-09-08

### Added

- (#53) Add a configuration option for the unhealthy status code - thanks @floere!

### Removed

- **Breaking:** Dropped support for Ruby versions < 2.7.0
Expand Down Expand Up @@ -79,7 +85,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- `git_revision` check to return the current git revision
- `migration_version` check to return the current ActiveRecord migration version

[Unreleased]: https://github.com/envato/rack-ecg/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/envato/rack-ecg/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/envato/rack-ecg/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/envato/rack-ecg/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/envato/rack-ecg/compare/v0.0.5...v0.1.0
[0.0.5]: https://github.com/envato/rack-ecg/compare/v0.0.4...v0.0.5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ APIs and features are almost certain to be in flux.
Add this to your application's `Gemfile`:

```ruby
gem 'rack-ecg', '~> 0.2.0`
gem 'rack-ecg', '~> 0.3.0`
```
Then run `bundle install`.
Expand Down
2 changes: 1 addition & 1 deletion lib/rack/ecg/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module Rack
class ECG
# Library version.
VERSION = "0.2.0"
VERSION = "0.3.0"
end
end

0 comments on commit c2808f6

Please sign in to comment.