Skip to content

Commit bc549a5

Browse files
committed
update changes and version
1 parent ef34fa4 commit bc549a5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
6.7.0 (Jan 17, 2025)
2+
- Added support for the new impressions tracking toggle available on feature flags, both respecting the setting and including the new field being returned on SplitView type objects. Read more in our docs.
3+
14
6.6.0 (May 14, 2024)
25
- Updated go-split-commons to v6
36
- Added support for targeting rules based on semantic versions (https://semver.org/).

splitio/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package splitio
22

33
// Version contains a string with the split sdk version
4-
const Version = "6.6.0"
4+
const Version = "6.7.0-rc.1"

0 commit comments

Comments
 (0)