From 014c24499be1701555731612d43bfc3dbd2b6f16 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Sat, 28 Nov 2020 12:36:47 +0300 Subject: [PATCH] Release v0.4.0 (#53) --- CHANGELOG.md | 2 ++ Gemfile.lock | 2 +- lib/onlyoffice_file_helper/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92eeaa4..0a6ef10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 0.4.0 (2020-11-28) + ### New Features * Add `dependabot` config diff --git a/Gemfile.lock b/Gemfile.lock index f1b74a9..d83d5bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - onlyoffice_file_helper (0.3.0) + onlyoffice_file_helper (0.4.0) onlyoffice_logger_helper (~> 1) rubyzip (~> 2) diff --git a/lib/onlyoffice_file_helper/version.rb b/lib/onlyoffice_file_helper/version.rb index 9fde11b..cfff4b8 100644 --- a/lib/onlyoffice_file_helper/version.rb +++ b/lib/onlyoffice_file_helper/version.rb @@ -2,5 +2,5 @@ module OnlyofficeFileHelper # @return [String] version of gem - VERSION = '0.3.0' + VERSION = '0.4.0' end