Skip to content

Commit

Permalink
chore(release): 1.12.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.12.1](1.12.0...1.12.1) (2024-01-29)

### Bug Fixes

* Improve remote evaluation fetch retry logic ([#49](#49)) ([c172d15](c172d15))
* library name for flags api ([#50](#50)) ([2bd41b2](2bd41b2))
  • Loading branch information
amplitude-sdk-bot committed Jan 29, 2024
1 parent c34cd35 commit e91f19c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.12.1](https://github.com/amplitude/experiment-android-client/compare/1.12.0...1.12.1) (2024-01-29)


### Bug Fixes

* Improve remote evaluation fetch retry logic ([#49](https://github.com/amplitude/experiment-android-client/issues/49)) ([c172d15](https://github.com/amplitude/experiment-android-client/commit/c172d150a202c77037740d422bef05fcda5bc588))
* library name for flags api ([#50](https://github.com/amplitude/experiment-android-client/issues/50)) ([2bd41b2](https://github.com/amplitude/experiment-android-client/commit/2bd41b2d141704b9f33cf5a7d2b26163e75be826))

# [1.12.0](https://github.com/amplitude/experiment-android-client/compare/1.11.3...1.12.0) (2023-12-01)


Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h2 class="">Packages</h2>
</div>
</div>
</div>
<div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2023 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span></div>
<div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2024 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span></div>
</div>
</div>
</body>
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.12.0'
PUBLISH_VERSION = '1.12.1'
PUBLISH_ARTIFACT_ID = 'experiment-android-client'
}

Expand Down

0 comments on commit e91f19c

Please sign in to comment.