Skip to content

Commit

Permalink
Bump Gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeproof committed Jan 13, 2018
1 parent d54452c commit 9f43e26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,9 @@
# Change Log

## Head
* 2016-06-06 Fixed request rate throttling to correct calculation of wait times. Prior to this fix, under heavy loads from multiple threads, wait times could be calculated incorrectly and result in excessive delays between requests. Thanks [LifeBCE](https://github.com/lifeBCE)!
## 0.9.6
* 2018-01-12 Fix streaming issue [#18](https://github.com/nukeproof/oanda_api/issues/18) Thanks [josacar](https://github.com/josacar)!
* 2018-01-10 Add support for latest version of httparty (0.15). Support Ruby MRI 2.4 & 2.5. Fixes [#19](https://github.com/nukeproof/oanda_api/issues/19)
* 2016-06-06 Fixed request rate throttling to correct calculation of wait times. Prior to this fix, under heavy loads from multiple threads, wait times could be calculated incorrectly and result in excessive delays between requests. Thanks [LifeBCE](https://github.com/lifeBCE)!
* 2016-04-11 Added support for rate limiting new connections. See [Connection Limits](http://developer.oanda.com/rest-live/best-practices/#connection_limits) for details on limits. Rate limiting is NOT enabled by default. To enable rate limiting:

```ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/oanda_api/version.rb
@@ -1,3 +1,3 @@
module OandaAPI
VERSION = "0.9.5"
VERSION = "0.9.6"
end

0 comments on commit 9f43e26

Please sign in to comment.