diff --git a/CHANGELOG.md b/CHANGELOG.md index ca81d3a..3e0d75d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ Breaking changes are prefixed with a "[BREAKING]" label. ## master (unreleased) + +## 0.2.1 (2020-09-09) + ### Changed - Sentry Integration: Changed the way events for flaky jobs are emitted to a diff --git a/lib/rspecq/version.rb b/lib/rspecq/version.rb index dd4854c..b6edee6 100644 --- a/lib/rspecq/version.rb +++ b/lib/rspecq/version.rb @@ -1,3 +1,3 @@ module RSpecQ - VERSION = "0.2.0".freeze + VERSION = "0.2.1".freeze end