Skip to content

Commit

Permalink
Add changelog entry and bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Nov 27, 2024
1 parent 9574113 commit 193cec8
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.21.0 - 2024/11/27

## Enhancements

- Ensure selenium related errors are always reported [706](https://github.com/bugsnag/maze-runner/pull/706)

# 9.20.0 - 2024/11/21

## 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.20.0'
VERSION = '9.21.0'

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

0 comments on commit 193cec8

Please sign in to comment.