From a2b3b3056362e8f712bd9a4746084fd59d6d9025 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Wed, 27 Jul 2022 17:55:32 +0300 Subject: [PATCH] Release v0.5.0 (#193) --- CHANGELOG.md | 2 ++ Gemfile.lock | 2 +- lib/onlyoffice_gmail_helper/version.rb | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f0fae3..3a8c652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 0.5.0 (2022-07-27) + ### New Features * Add `yamllint` check in CI diff --git a/Gemfile.lock b/Gemfile.lock index e8b224c..2f872d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - onlyoffice_gmail_helper (0.4.0) + onlyoffice_gmail_helper (0.5.0) gmail (~> 0.6) net-imap (~> 0) net-smtp (~> 0) diff --git a/lib/onlyoffice_gmail_helper/version.rb b/lib/onlyoffice_gmail_helper/version.rb index 590cfa8..9e53b90 100644 --- a/lib/onlyoffice_gmail_helper/version.rb +++ b/lib/onlyoffice_gmail_helper/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module OnlyofficeGmailHelper - # @return [String] versio of gem - VERSION = '0.4.0' + # @return [String] version of gem + VERSION = '0.5.0' end