diff --git a/CHANGELOG.md b/CHANGELOG.md index 914c07c..8f4909c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -### Fixed - -- Reset the `job.opts[:failed]` flag after a failed job [@arlantir] -- Restoring tests [@arlantir] +## 0.2.1 (2024-04-05) -### Changed +### Fixed -- Refactoring tests [@arlantir] +- Reset the `success` tag after a job failure. [#3](https://github.com/yabeda-rb/yabeda-schked/pull/3) by [@arlantir] ## 0.2.0 (2022-10-19) diff --git a/lib/yabeda/schked/version.rb b/lib/yabeda/schked/version.rb index ad949df..5efce5c 100644 --- a/lib/yabeda/schked/version.rb +++ b/lib/yabeda/schked/version.rb @@ -2,6 +2,6 @@ module Yabeda module Schked - VERSION = "0.2.0" + VERSION = "0.2.1" end end