Skip to content

Commit bbd2163

Browse files
dominiciampogo
authored andcommitted
sdk/ruby: increment version to 2.2.rc.2
Closes #4435 Author: Dominic Dagradi <ddagradi@gmail.com> Date: Tue Jul 31 11:15:38 2018 -0700 upstream:d4254b6a0082615f28f5ee755faaed222b04ca48
1 parent 79f6d5f commit bbd2163

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Sequence Ruby SDK changelog
22

3+
## 2.2.rc.2 (20180731)
4+
5+
* Updated `Indexes` interface, requiring `type` and `method`
6+
keys on creation.
7+
38
## 2.2.rc.1 (20180713)
49

510
* Added `Indexes` for precomputing complex queries.
611
* Added preliminary support for dynamically addressing
712
different API hosts when needed.
13+
* Added support for updating action tags
814

915
## 2.1 (20180516)
1016

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.1'
4+
VERSION = '2.2.rc.2'
55
end

0 commit comments

Comments
 (0)