Skip to content

Commit

Permalink
bump version. add Changelog notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Volkov authored and JacobPlaster committed Jan 29, 2020
1 parent 1ea1847 commit f9c8248
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion bitfinex-rb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit f9c8248

Please sign in to comment.