Skip to content

Commit 4aa4982

Browse files
croakyiampogo
authored andcommitted
sdk/ruby: increment version to 2.1
Closes #3725 Author: Dan Croak <dan@statusok.com> Date: Wed May 16 11:37:17 2018 -0700 upstream:1e66c2a77732db8afaa67eefdbecf70eee7e352d
1 parent b4587b0 commit 4aa4982

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 2.1 (20180516)
4+
5+
* Added transaction tags.
6+
[More info](https://dashboard.seq.com/docs/transactions)
7+
38
## 2 (20180418)
49

510
* Updated `User-Agent` header to be `sequence-sdk-ruby/#{VERSION}`.

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'
17+
gem 'sequence-sdk', '~> 2.1'
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'
4+
VERSION = '2.1'
55
end

0 commit comments

Comments
 (0)