Skip to content

Commit efaf54f

Browse files
committed
updated changelog
1 parent 12ddb5c commit efaf54f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
7.1.1 (March XX, 2021)
1+
7.1.1 (March 28, 2022)
22
- Removed unused logic for HTTP and requests dependency.
33
- Removed all producer logic for Storages.
44
- Added SafeRedisWrapper for handling exception in Redis.
55
- Fixed typos in bucket and CONTRIBUTORS-GUIDE.
6+
- Added `.gitattributes` for excluding tests/.
67

78
7.1.0 (Dec 3, 2021)
89
- 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-rc5';
6+
const CURRENT = '7.1.1';
77
}

0 commit comments

Comments
 (0)