Skip to content

Commit 24e38e3

Browse files
author
Matias Melograno
committed
prepare release for stage
1 parent 49fed8b commit 24e38e3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
7.1.1 (Feb 11, 2021)
1+
7.1.1 (March XX, 2021)
22
- Removed unused logic for HTTP and requests dependency.
3+
- Removed all producer logic for Storages.
4+
- Added SafeRedisWrapper for handling exception in Redis.
5+
- Fixed typos in bucket and CONTRIBUTORS-GUIDE.
36

47
7.1.0 (Dec 3, 2021)
58
- Added a new option to use when running Redis in cluster mode called `keyHashTags` which receives a list of hashtags from which the SDK will randomly pick one to use on the generated instance.

src/SplitIO/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
class Version
55
{
6-
const CURRENT = '7.1.1-rc2';
6+
const CURRENT = '7.1.1-rc5';
77
}

0 commit comments

Comments
 (0)