Skip to content

Commit

Permalink
sdk/ruby: increment version to 2.2
Browse files Browse the repository at this point in the history
Closes #4586

Author: Dominic Dagradi <[email protected]>
Date: Wed Aug 8 12:39:04 2018 -0700
upstream:819bf6b6d7f09bccfdaa6523eccf453083ff3ced
  • Loading branch information
dominic authored and iampogo committed Aug 8, 2018
1 parent 9df3010 commit 7e92bee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Sequence Ruby SDK changelog

## 2.2.rc.2 (20180731)
## 2.2 (20180808)

* No changes from release candidates

## 2.2.rc.2 (20180731)
## 2.2.rc.1 (20180713)

* Added preliminary support for dynamically addressing
different API hosts when needed.
* Added support for updating action tags
* Added `update_tags` to `Action`.
* Added support for dynamically addressing different API hosts for
individual ledgers. Internal APIs only, works automatically.

## 2.1 (20180516)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ for the language's schedule for security and bug fixes.
Add the following to your `Gemfile`:

```ruby
gem 'sequence-sdk', '~> 2.1'
gem 'sequence-sdk', '~> 2.2'
```

### In your code
Expand Down
2 changes: 1 addition & 1 deletion lib/sequence/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Sequence
VERSION = '2.2.rc.2'
VERSION = '2.2'
end

0 comments on commit 7e92bee

Please sign in to comment.