Skip to content

Commit 7e92bee

Browse files
dominiciampogo
authored andcommitted
sdk/ruby: increment version to 2.2
Closes #4586 Author: Dominic Dagradi <ddagradi@gmail.com> Date: Wed Aug 8 12:39:04 2018 -0700 upstream:819bf6b6d7f09bccfdaa6523eccf453083ff3ced
1 parent 9df3010 commit 7e92bee

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Sequence Ruby SDK changelog
22

3-
## 2.2.rc.2 (20180731)
3+
## 2.2 (20180808)
4+
5+
* No changes from release candidates
46

7+
## 2.2.rc.2 (20180731)
58
## 2.2.rc.1 (20180713)
69

7-
* Added preliminary support for dynamically addressing
8-
different API hosts when needed.
9-
* Added support for updating action tags
10+
* Added `update_tags` to `Action`.
11+
* Added support for dynamically addressing different API hosts for
12+
individual ledgers. Internal APIs only, works automatically.
1013

1114
## 2.1 (20180516)
1215

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ for the language's schedule for security and bug fixes.
1414
Add the following to your `Gemfile`:
1515

1616
```ruby
17-
gem 'sequence-sdk', '~> 2.1'
17+
gem 'sequence-sdk', '~> 2.2'
1818
```
1919

2020
### In your code

lib/sequence/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Sequence
4-
VERSION = '2.2.rc.2'
4+
VERSION = '2.2'
55
end

0 commit comments

Comments
 (0)