File tree Expand file tree Collapse file tree 4 files changed +18
-6
lines changed
Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1- {"." :" 0.3.4 " }
1+ {"." :" 0.3.5 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.3.5] ( https://github.com/spotify/confidence-sdk-android/compare/0.3.4...0.3.5 ) (2024-06-25)
4+
5+
6+ ### ✨ New Features
7+
8+ * add DebugLogger to Confidence ([ #165 ] ( https://github.com/spotify/confidence-sdk-android/issues/165 ) ) ([ 0848912] ( https://github.com/spotify/confidence-sdk-android/commit/08489126c94db2abb227e7aab439308f483df3c4 ) )
9+
10+
11+ ### 🔄 Refactoring
12+
13+ * Revert "feat: Expose set sdk metadata ([ #166 ] ( https://github.com/spotify/confidence-sdk-android/issues/166 ) )" ([ #173 ] ( https://github.com/spotify/confidence-sdk-android/issues/173 ) ) ([ 743a076] ( https://github.com/spotify/confidence-sdk-android/commit/743a076d13581f9d9581a835fcef352b0e0b0141 ) )
14+
315## [ 0.3.4] ( https://github.com/spotify/confidence-sdk-android/compare/0.3.3...0.3.4 ) (2024-06-18)
416
517
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ The latest release of the SDK is available on Maven central.
1717<!-- -x-release-please-start-version-->
1818Add the following dependency to your gradle file to use it:
1919```
20- implementation("com.spotify.confidence:confidence-sdk-android:0.3.4 ")
20+ implementation("com.spotify.confidence:confidence-sdk-android:0.3.5 ")
2121```
2222
23- Where ` 0.3.4 ` is the most recent version of this SDK.
23+ Where ` 0.3.5 ` is the most recent version of this SDK.
2424
2525Released versions can be found under "Releases" within this repository.
2626<!-- -x-release-please-end-->
@@ -110,10 +110,10 @@ The latest release of the Provider is available on Maven central.
110110<!-- -x-release-please-start-version-->
111111Add the following dependency to your gradle file:
112112```
113- implementation("com.spotify.confidence:openfeature-provider-android:0.3.4 ")
113+ implementation("com.spotify.confidence:openfeature-provider-android:0.3.5 ")
114114```
115115
116- Where ` 0.3.4 ` is the most recent version of the Provider. Released versions can be found under "Releases" within this repository.
116+ Where ` 0.3.5 ` is the most recent version of the Provider. Released versions can be found under "Releases" within this repository.
117117<!-- -x-release-please-end-->
118118
119119
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111allprojects {
1212 extra[" groupId" ] = " com.spotify.confidence"
1313// x-release-please-start-version
14- ext[" version" ] = " 0.3.4 "
14+ ext[" version" ] = " 0.3.5 "
1515// x-release-please-end
1616}
1717group = project.extra[" groupId" ].toString()
You can’t perform that action at this time.
0 commit comments