From 3ab0ec3c4039143c4d6966ad752870a693514eda Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Thu, 9 Jul 2020 12:26:43 +0300 Subject: [PATCH] Release v0.4.0 (#36) --- CHANGELOG.md | 2 ++ lib/onlyoffice_bugzilla_helper/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6fabe7..dffe5d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 0.4.0 (2020-07-09) + ### New Feature * Add test to check `BugzillaHelper.token_read` diff --git a/lib/onlyoffice_bugzilla_helper/version.rb b/lib/onlyoffice_bugzilla_helper/version.rb index 3b879b8..b8bd349 100644 --- a/lib/onlyoffice_bugzilla_helper/version.rb +++ b/lib/onlyoffice_bugzilla_helper/version.rb @@ -2,5 +2,5 @@ module OnlyofficeBugzillaHelper # [String] version of Gem - VERSION = '0.3.2' + VERSION = '0.4.0' end