Skip to content

Commit 2309df2

Browse files
authored
Merge pull request #24 from indrasen715/master
Release Version 11.4.0
2 parents e5702ac + 007c787 commit 2309df2

File tree

15 files changed

+365
-262
lines changed

15 files changed

+365
-262
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
**/.DS_Store
1+
**/.DS_Store
2+
demo/tmp/*
3+
demo/log/development.log

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
> **LoginRadius Ruby On Rails SDK Change Log** provides information regarding what has changed, more specifically what changes, improvements and bug fix has been made to the SDK. For more details please refer to the [LoginRadius API Documention](https://docs.loginradius.com/api/v2/sdk-libraries/ruby)
22
33

4+
5+
# Version 11.4.0
6+
Release on June 3, 2022
7+
8+
## Enhancements
9+
10+
- We are introducing a new manual Sott generation method `get_sott()` with additional parameter `start_time` & `end_time` , we recomend using this method to generate SOTT manually , the old function `local_generate_sott()` will also exist but it is deprecated and will be removed in a future version of SDK.
11+
- Enhancement in README.md file.
12+
13+
414
# Version 11.3.0
515
Release on January 28, 2022
616

0 commit comments

Comments
 (0)