Skip to content

Commit

Permalink
Bump version to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
abrom committed Jan 15, 2024
1 parent 898599a commit cf2930d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## Unreleased
- none

## [1.1.6](releases/tag/v1.1.6) - 2024-01-16
### Added
- [#216](https://github.com/Studiosity/grover/pull/216) Add ruby 3.3 support and update test suite to use a local server ([@afromankenobi][])

## [1.1.5](releases/tag/v1.1.5) - 2023-03-02
### Added
- [#178](https://github.com/Studiosity/grover/pull/178) Add remote browser support ([@Zinggi][])
Expand Down Expand Up @@ -305,3 +309,4 @@
[@ElMassimo]: https://github.com/ElMassimo
[@Yobilat]: https://github.com/Yobilat
[@Zinggi]: https://github.com/Zinggi
[@afromankenobi]: https://github.com/afromankenobi
2 changes: 1 addition & 1 deletion lib/grover/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Grover
VERSION = '1.1.5'
VERSION = '1.1.6'
end

0 comments on commit cf2930d

Please sign in to comment.