We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046c7f2 commit 841a5d2Copy full SHA for 841a5d2
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Optimizely Android X SDK Changelog
2
3
+## 5.0.1
4
+May 30th, 2025
5
+
6
+### Functionality Enhancements
7
+* Add experimentId and variationId to decision notification ([#509](https://github.com/optimizely/android-sdk/pull/509)).
8
9
## 5.0.0
10
November 25th, 2024
11
README.md
@@ -32,7 +32,7 @@ repositories {
32
}
33
34
dependencies {
35
- implementation 'com.optimizely.ab:android-sdk:5.0.0'
+ implementation 'com.optimizely.ab:android-sdk:5.0.1'
36
37
```
38
0 commit comments