From 23c80739769734a78f94453725c850f8730e4e91 Mon Sep 17 00:00:00 2001 From: Steve Kirkland-Walton Date: Tue, 24 Oct 2023 23:29:47 +0100 Subject: [PATCH] Changelog and version bump --- CHANGELOG.md | 3 ++- Gemfile.lock | 2 +- lib/maze.rb | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 962203710..2dbdb82d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ -# 8.9.1 - TBD +# 8.10.0 - 2023/10/24 ## Enhancements - Add appium options in more than one place to work with older appium servers [599](https://github.com/bugsnag/maze-runner/pull/599) +- Selectively retry creation of BitBar Appium sessions depending on the error encountered [6000](https://github.com/bugsnag/maze-runner/pull/600) ## Fixes diff --git a/Gemfile.lock b/Gemfile.lock index f0171fafb..39869bbe9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - bugsnag-maze-runner (8.9.1) + bugsnag-maze-runner (8.10.0) appium_lib (~> 12.0.0) appium_lib_core (~> 5.4.0) bugsnag (~> 6.24) diff --git a/lib/maze.rb b/lib/maze.rb index 75b1bb343..c38deb860 100644 --- a/lib/maze.rb +++ b/lib/maze.rb @@ -7,7 +7,7 @@ # Glues the various parts of MazeRunner together that need to be accessed globally, # providing an alternative to the proliferation of global variables or singletons. module Maze - VERSION = '8.9.1' + VERSION = '8.10.0' class << self attr_accessor :check, :driver, :internal_hooks, :mode, :start_time, :dynamic_retry, :public_address,