Skip to content

Commit

Permalink
Release v1.19.0 (#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
alinasafonova authored Sep 4, 2023
1 parent a80e6ae commit 0b83b3d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 1.19.0 (2023-09-04)

### New Features

* Add chromedriver `115.0.5790.102`
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
onlyoffice_webdriver_wrapper (1.18.0)
onlyoffice_webdriver_wrapper (1.19.0)
headless (~> 2)
onlyoffice_file_helper (< 2)
onlyoffice_logger_helper (~> 1)
Expand Down Expand Up @@ -154,4 +154,4 @@ DEPENDENCIES
yard (~> 0, >= 0.9.20)

BUNDLED WITH
2.4.13
2.4.19
2 changes: 1 addition & 1 deletion lib/onlyoffice_webdriver_wrapper/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module OnlyofficeWebdriverWrapper
# Module for storing version data
module Version
# @return [String] Current stable version of gem
STRING = '1.18.0'
STRING = '1.19.0'
end
end

0 comments on commit 0b83b3d

Please sign in to comment.