Skip to content

Commit

Permalink
[FSSDK-8952] chore: prepare for release 3.13.4 (#452)
Browse files Browse the repository at this point in the history
* chore: prepare for release 3.13.4

* set java core version to 3.10.3

* removed comment

* Revert "removed comment"

This reverts commit a326808.

* Revert "set java core version to 3.10.3"

This reverts commit fe586f6.

---------
  • Loading branch information
mnoman09 authored Mar 16, 2023
1 parent 390c464 commit cbcdd1e
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,5 +1,13 @@
# Optimizely Android X SDK Changelog

## 3.13.4
March 15th, 2023

- Update README.md and other non-functional code to reflect that this SDK supports both Optimizely Feature Experimentation and Optimizely Full Stack. ([#450](https://github.com/optimizely/android-sdk/pull/450)).

### Bug Fixes
* Catch exception from event service and restart the service. ([#446](https://github.com/optimizely/android-sdk/pull/446)).

## 3.13.3
December 1st, 2022

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repositories {
}
dependencies {
implementation 'com.optimizely.ab:android-sdk:3.13.3'
implementation 'com.optimizely.ab:android-sdk:3.13.4'
}
```

Expand Down

0 comments on commit cbcdd1e

Please sign in to comment.