Skip to content

Commit

Permalink
Release v1.3.0 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockwaveNN authored Apr 8, 2022
1 parent ce7c82a commit da4f560
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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.3.0 (2022-04-08)

### New Features

* Add Ruby 3.1 to CI
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
onlyoffice_logger_helper (1.2.0)
onlyoffice_logger_helper (1.3.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/onlyoffice_logger_helper/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ module OnlyofficeLoggerHelper
# @return [String] name of gem
NAME = 'onlyoffice_logger_helper'
# @return [String] version of gem
VERSION = '1.2.0'
VERSION = '1.3.0'
end

0 comments on commit da4f560

Please sign in to comment.