CHANGELOG.md in on_strum-healthcheck-0.1.0 vs CHANGELOG.md in on_strum-healthcheck-0.2.0

- old
+ new

@@ -1,8 +1,23 @@ # Changelog 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 - First release of `on_strum-healthcheck`.