Skip to content

Commit 3890817

Browse files
croakyiampogo
authored andcommitted
sdk/ruby: increment version to 1.5.2
Closes #3351 Author: Dan Croak <dan@statusok.com> Date: Mon Apr 16 13:32:32 2018 -0700 upstream:ebffdc6e27f8b295c60a10a810f8d8948a47396b
1 parent 269d67a commit 3890817

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sequence Ruby SDK changelog
22

3-
## 1.5.2 (201804??)
3+
## 1.5.2 (20180416)
44

55
* Paginating objects using `.[list|sum].all` has
66
been deprecated; the new interface is Ruby's `Enumerable` on the result

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

0 commit comments

Comments
 (0)