Skip to content

Commit

Permalink
sdk/ruby: version 1.0.1
Browse files Browse the repository at this point in the history
Closes #430
  • Loading branch information
dominic authored and iampogo committed Jan 24, 2017
1 parent 69a5cc3 commit 68c85f9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/core/get-started/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The Ruby SDK is available [via Rubygems](https://rubygems.org/gems/chain-sdk). M
For most applications, you can simply add the following to your `Gemfile`:

```
gem 'chain-sdk', '~> 1.0.0', require: 'chain'
gem 'chain-sdk', '~> 1.0.1', require: 'chain'
```

## Node.js
Expand Down
6 changes: 6 additions & 0 deletions sdk/ruby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Chain Ruby SDK

## 1.0.1 (January 24, 2017)

* Set minimum Ruby version requirement to 2.1
* Enhanced transaction feed API support
* Fixed issue reading attributers with array getter syntax (@donce in [#422](https://github.com/chain/chain/pull/422))

## 1.0.0 (November 17, 2016)

* Initial release
2 changes: 1 addition & 1 deletion sdk/ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Ruby SDK is available [via Rubygems](https://rubygems.org/gems/chain-sdk). M
For most applications, you can simply add the following to your `Gemfile`:

```
gem 'chain-sdk', '~> 1.0.0', require: 'chain'
gem 'chain-sdk', '~> 1.0.1', require: 'chain'
```

### In your code
Expand Down
2 changes: 1 addition & 1 deletion sdk/ruby/lib/chain/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Chain
VERSION = '1.0.0'
VERSION = '1.0.1'
end

0 comments on commit 68c85f9

Please sign in to comment.