Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
twometresteve committed Jul 15, 2024
1 parent ef191c1 commit f238fc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# TBD
# 9.11.1 - 2024/07/15

## Fixes

- Move iOS 15 BrowserStack tests from iPhone 11 Pro to iPhone 13 [662](https://github.com/bugsnag/maze-runner/pull/662)
- Reinstate publishing of legacy CLI Docker image [663](https://github.com/bugsnag/maze-runner/pull/663)

# 9.11.0 - 2024/07/05

Expand Down
2 changes: 1 addition & 1 deletion lib/maze.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '9.11.0'
VERSION = '9.11.1'

class << self
attr_accessor :check, :driver, :internal_hooks, :mode, :start_time, :dynamic_retry, :public_address,
Expand Down

0 comments on commit f238fc8

Please sign in to comment.