diff --git a/pom.xml b/pom.xml
index 19eb3e62..f2d31389 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.uid2
uid2-shared
- 11.4.4
+ 11.4.6-alpha-343-SNAPSHOT
${project.groupId}:${project.artifactId}
Library for all the shared uid2 operations
https://github.com/IABTechLab/uid2docs
diff --git a/src/main/java/com/uid2/shared/store/salt/ISaltProvider.java b/src/main/java/com/uid2/shared/store/salt/ISaltProvider.java
index 9d92e972..8da068fd 100644
--- a/src/main/java/com/uid2/shared/store/salt/ISaltProvider.java
+++ b/src/main/java/com/uid2/shared/store/salt/ISaltProvider.java
@@ -16,6 +16,7 @@ static interface ISaltSnapshot {
String getFirstLevelSalt();
Instant getExpires();
+ Instant getEffective();
List getModifiedSince(Instant timestamp);