diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 255935a..7cc5738 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2022-08-06 05:23:40 UTC using RuboCop version 1.33.0. +# on 2022-08-10 15:45:25 UTC using RuboCop version 1.34.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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 35fe59f..3923c38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased (master) +## 0.4.0 (2022-08-10) + ### New Features * Add `yamllint` check in CI diff --git a/Gemfile.lock b/Gemfile.lock index 5823277..236b3b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - onlyoffice_tcm_helper (0.3.2) + onlyoffice_tcm_helper (0.4.0) onlyoffice_file_helper (< 2) GEM @@ -89,4 +89,4 @@ DEPENDENCIES yard (~> 0, >= 0.9.20) BUNDLED WITH - 2.3.4 + 2.3.20 diff --git a/lib/onlyoffice_tcm_helper/version.rb b/lib/onlyoffice_tcm_helper/version.rb index 874ad87..9f9e1c7 100644 --- a/lib/onlyoffice_tcm_helper/version.rb +++ b/lib/onlyoffice_tcm_helper/version.rb @@ -2,5 +2,5 @@ module OnlyofficeTcmHelper # @return [String] version of gem - VERSION = '0.3.2' + VERSION = '0.4.0' end