Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Nov 13, 2024
1 parent 0e7bd8f commit b34aa7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 9.19.0 - TBD

## Enhancements

- Handle failing appium session better [696](https://github.com/bugsnag/maze-runner/pull/696)

# 9.18.0 - 2024/11/07

## Enhancements
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.18.0'
VERSION = '9.19.0'

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

0 comments on commit b34aa7d

Please sign in to comment.