Skip to content

Commit

Permalink
chore(release): 1.11.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.11.3](1.11.2...1.11.3) (2023-11-14)

### Bug Fixes

* FlagApi fetch error handling ([#47](#47)) ([7e1da40](7e1da40))
* Variant payload parsing format ([#46](#46)) ([7f75de9](7f75de9))
  • Loading branch information
amplitude-sdk-bot committed Nov 14, 2023
1 parent 7e1da40 commit a1e4dba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.11.3](https://github.com/amplitude/experiment-android-client/compare/1.11.2...1.11.3) (2023-11-14)


### Bug Fixes

* FlagApi fetch error handling ([#47](https://github.com/amplitude/experiment-android-client/issues/47)) ([7e1da40](https://github.com/amplitude/experiment-android-client/commit/7e1da40ebad333a538f90032b6db0d746102013f))
* Variant payload parsing format ([#46](https://github.com/amplitude/experiment-android-client/issues/46)) ([7f75de9](https://github.com/amplitude/experiment-android-client/commit/7f75de9cd834ab5e69de34759b0cece418d6c1b4))

## [1.11.2](https://github.com/amplitude/experiment-android-client/compare/1.11.1...1.11.2) (2023-11-09)


Expand Down
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ext {
PUBLISH_NAME = 'Experiment Android SDK'
PUBLISH_DESCRIPTION = 'Amplitude Experiment client-side SDK for Android'
PUBLISH_GROUP_ID = 'com.amplitude'
PUBLISH_VERSION = '1.11.2'
PUBLISH_VERSION = '1.11.3'
PUBLISH_ARTIFACT_ID = 'experiment-android-client'
}

Expand Down

0 comments on commit a1e4dba

Please sign in to comment.