Skip to content

Commit

Permalink
Release v1.2.0 (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockwaveNN authored Oct 26, 2022
1 parent 33386fe commit 02cd5b8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2022-10-11 11:43:56 UTC using RuboCop version 1.36.0.
# on 2022-10-26 06:46:37 UTC using RuboCop version 1.37.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased (master)

## 1.2.0 (2022-10-26)

### Changes

* Allow usage of `octokit` gem 6.0.0 and newer

## 1.1.0 (2022-10-11)

### New Features
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_github_helper (1.1.0)
onlyoffice_github_helper (1.2.0)
faraday-retry (~> 2)
octokit (>= 4, < 7)

Expand Down Expand Up @@ -101,4 +101,4 @@ DEPENDENCIES
yard (~> 0, >= 0.9.20)

BUNDLED WITH
2.3.23
2.3.24
2 changes: 1 addition & 1 deletion lib/onlyoffice_github_helper/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module OnlyofficeGithubHelper
# Module to store version of gem
module Version
# @return [String] version of gem
STRING = '1.1.0'
STRING = '1.2.0'
end
end

0 comments on commit 02cd5b8

Please sign in to comment.