Skip to content

Commit 65fd51e

Browse files
jeffomaticiampogo
authored andcommitted
sdk/ruby: tick version to 1.0.3
Closes #666
1 parent fdc9b7a commit 65fd51e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

sdk/ruby/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Chain Ruby SDK
22

3+
## 1.0.3 (March 2, 2017)
4+
5+
* Relax minimum Ruby version requirement from 2.1 to 2.0. While the Ruby SDK is now compatible with Ruby 2.0, we strongly recommend using Ruby 2.1 or greater, since Ruby 2.0 has reached end-of-life and is no longer receiving critical security updates.
6+
37
## 1.0.2 (February 21, 2017)
48

59
* Syntax compatibility update

sdk/ruby/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Ruby 2.0 or greater is required. We strongly recommend upgrading to Ruby 2.1 or
1111
For most applications, you can simply add the following to your `Gemfile`:
1212

1313
```
14-
gem 'chain-sdk', '~> 1.0.2', require: 'chain'
14+
gem 'chain-sdk', '~> 1.0.3', require: 'chain'
1515
```
1616

1717
### In your code

sdk/ruby/lib/chain/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Chain
2-
VERSION = '1.0.2'
2+
VERSION = '1.0.3'
33
end

0 commit comments

Comments
 (0)