Skip to content

Commit

Permalink
Release v2.18.1 (#1704)
Browse files Browse the repository at this point in the history
Co-authored-by: Alina Safonova <[email protected]>
  • Loading branch information
alinasafonova and Alina Safonova authored Nov 19, 2024
1 parent 0c243ea commit 4b40d63
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)

## 2.18.1 (2024-11-19)

### Changes

* Add new error to ignored list
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_documentserver_testing_framework (2.18.0)
onlyoffice_documentserver_testing_framework (2.18.1)
onlyoffice_logger_helper (~> 1)
onlyoffice_webdriver_wrapper (~> 1, >= 1.10.0)

Expand Down Expand Up @@ -150,4 +150,4 @@ DEPENDENCIES
yard (>= 0.9.20)

BUNDLED WITH
2.5.22
2.5.23
2 changes: 1 addition & 1 deletion lib/onlyoffice_documentserver_testing_framework/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module OnlyofficeDocumentserverTestingFramework
# Module to hold version of Gem
module Version
# [String] version of gem
STRING = '2.18.0'
STRING = '2.18.1'
end
end

0 comments on commit 4b40d63

Please sign in to comment.