Skip to content

Commit 81f68fb

Browse files
chore(main): release 0.3.5 (#171)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 743a076 commit 81f68fb

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.3.4"}
1+
{".":"0.3.5"}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ The latest release of the SDK is available on Maven central.
1717
<!---x-release-please-start-version-->
1818
Add 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

2525
Released 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-->
111111
Add 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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
allprojects {
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
}
1717
group = project.extra["groupId"].toString()

0 commit comments

Comments
 (0)