We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea1847 commit f9c8248Copy full SHA for f9c8248
CHANGELOG
@@ -1,3 +1,7 @@
1
+1.0.7
2
+
3
+- Fixes issue with RESTv2 client initialization.
4
5
1.0.6
6
- Adds order affiliate code support to rest & ws v2 transports
7
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'
8
spec.authors = ['Bitfinex']
9
spec.email = ['developers@bitfinex.com']
10
spec.summary = %q{Bitfinex API Wrapper}
0 commit comments