diff --git a/CHANGELOG.md b/CHANGELOG.md index 68b3b2e..68922f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.0] - 2023-03-04 + - Removes support for reporting to Blinka, removing the need for httparty. - Makes `Capybara.save_path` relative to the current working directory for images diff --git a/lib/blinka_reporter/version.rb b/lib/blinka_reporter/version.rb index a6f98b1..b943088 100644 --- a/lib/blinka_reporter/version.rb +++ b/lib/blinka_reporter/version.rb @@ -1,3 +1,3 @@ module BlinkaReporter - VERSION = "0.7.2".freeze + VERSION = "0.8.0".freeze end