Skip to content

Commit

Permalink
sdk/ruby: version 1.0.2
Browse files Browse the repository at this point in the history
This version cherry-picks a bug fix from main.
  • Loading branch information
chrisgarvin committed Feb 22, 2017
1 parent 385631f commit 34eed73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions sdk/ruby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Chain Ruby SDK

## 1.0.2 (February 21, 2017)

* Syntax compatibility update

## 1.0.1 (January 24, 2017)

* Set minimum Ruby version requirement to 2.1
Expand Down
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.1', require: 'chain'
gem 'chain-sdk', '~> 1.0.2', 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.1'
VERSION = '1.0.2'
end

0 comments on commit 34eed73

Please sign in to comment.