Skip to content

Commit

Permalink
Release v1.0.0 (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockwaveNN authored Feb 4, 2022
1 parent d8e3de4 commit edef25c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 1.0.0 (2022-02-03)

### New Features

* Add `CRM#get_currency_rate_by_currency` method
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
onlyoffice_api (0.12.0)
onlyoffice_api (1.0.0)
httparty (~> 0.16)

GEM
Expand Down Expand Up @@ -101,4 +101,4 @@ DEPENDENCIES
yard (>= 0.9.20)

BUNDLED WITH
2.3.4
2.3.6
2 changes: 1 addition & 1 deletion lib/teamlab/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Teamlab
VERSION = '0.12.0'
VERSION = '1.0.0'
end

0 comments on commit edef25c

Please sign in to comment.