Skip to content

Commit

Permalink
Technical/Update gem version (#24)
Browse files Browse the repository at this point in the history
* Updated gem version
* Updated changelog
  • Loading branch information
bestwebua authored Mar 28, 2024
1 parent 654142b commit 3aa5d8a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0] - 2024-03-28

### Added

- Added ability to use configuration with default settings without block passing

```ruby
OnStrum::Healthcheck.configure # It will create configuration instance with default settings
```

### Updated

- Updated `OnStrum::Healthcheck.configure`, tests
- Updated gem documentation

## [0.1.0] - 2024-03-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/on_strum/healthcheck/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module OnStrum
module Healthcheck
VERSION = '0.1.0'
VERSION = '0.2.0'
end
end

0 comments on commit 3aa5d8a

Please sign in to comment.