From edef25c30b04a7c2bddaa2885716b75d7ac6acb7 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Fri, 4 Feb 2022 11:50:16 +0300 Subject: [PATCH] Release v1.0.0 (#397) --- .rubocop_todo.yml | 2 +- CHANGELOG.md | 2 ++ Gemfile.lock | 4 ++-- lib/teamlab/version.rb | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 3535a991..8994581c 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2022-02-01 09:46:18 UTC using RuboCop version 1.25.0. +# on 2022-02-03 15:36:43 UTC using RuboCop version 1.25.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 0a7e5afa..ed143a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 1.0.0 (2022-02-03) + ### New Features * Add `CRM#get_currency_rate_by_currency` method diff --git a/Gemfile.lock b/Gemfile.lock index 9e8c1261..f231413a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - onlyoffice_api (0.12.0) + onlyoffice_api (1.0.0) httparty (~> 0.16) GEM @@ -101,4 +101,4 @@ DEPENDENCIES yard (>= 0.9.20) BUNDLED WITH - 2.3.4 + 2.3.6 diff --git a/lib/teamlab/version.rb b/lib/teamlab/version.rb index ecef9322..1106328f 100644 --- a/lib/teamlab/version.rb +++ b/lib/teamlab/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Teamlab - VERSION = '0.12.0' + VERSION = '1.0.0' end