diff --git a/CHANGELOG.md b/CHANGELOG.md index e94b465..6bb8d96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## [Unreleased] +## [0.1.9] - 2024-01-12 + +- Bugfix for issue that could cause runner to hang +- Implement basic configuration validation + ## [0.1.8] - 2024-01-05 - Fix a minor bug causing the "unable to correlate" warning diff --git a/lib/selective/ruby/core/version.rb b/lib/selective/ruby/core/version.rb index 9691e97..e60ed95 100644 --- a/lib/selective/ruby/core/version.rb +++ b/lib/selective/ruby/core/version.rb @@ -3,7 +3,7 @@ module Selective module Ruby module Core - VERSION = "0.1.8" + VERSION = "0.1.9" end end end