From f9c8248e2403c25b7297e288c8d525a43bb02e0f Mon Sep 17 00:00:00 2001 From: Vladislav Volkov Date: Wed, 29 Jan 2020 13:37:21 +0300 Subject: [PATCH] bump version. add Changelog notes --- CHANGELOG | 4 ++++ bitfinex-rb.gemspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index b83d17e..39b7da3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +1.0.7 + +- Fixes issue with RESTv2 client initialization. + 1.0.6 - Adds order affiliate code support to rest & ws v2 transports diff --git a/bitfinex-rb.gemspec b/bitfinex-rb.gemspec index 640dd97..e49d111 100644 --- a/bitfinex-rb.gemspec +++ b/bitfinex-rb.gemspec @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = 'bitfinex-rb' - spec.version = '1.0.6' + spec.version = '1.0.7' spec.authors = ['Bitfinex'] spec.email = ['developers@bitfinex.com'] spec.summary = %q{Bitfinex API Wrapper}