Skip to content

Commit 1e7e78b

Browse files
committed
chore: prepare for release 3.13.4
1 parent 390c464 commit 1e7e78b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Optimizely Android X SDK Changelog
22

3+
## 3.13.4
4+
March 15th, 2023
5+
6+
- 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)).
7+
8+
### Bug Fixes
9+
* Catch exception from event service and restart the service. ([#446](https://github.com/optimizely/android-sdk/pull/446)).
10+
311
## 3.13.3
412
December 1st, 2022
513

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repositories {
3333
}
3434
3535
dependencies {
36-
implementation 'com.optimizely.ab:android-sdk:3.13.3'
36+
implementation 'com.optimizely.ab:android-sdk:3.13.4'
3737
}
3838
```
3939

0 commit comments

Comments
 (0)