Skip to content

Commit 9d43ce0

Browse files
authored
prepare for release 3.13.3 (#442)
1 parent 414afa0 commit 9d43ce0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Optimizely Android X SDK Changelog
22

3+
## 3.13.3
4+
December 1st, 2022
5+
6+
### Bug Fixes
7+
* Set timeouts to UrlConnections for DatafileClient and EventClient so resources can be released when connection fails ([#432](https://github.com/optimizely/android-sdk/pull/432)).
8+
* Call end of compression inflater/deflater to avoid leaks ([#422](https://github.com/optimizely/android-sdk/pull/422)).
9+
310
## 3.13.2
411
April 7th, 2022
512

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repositories {
3737
}
3838
3939
dependencies {
40-
implementation 'com.optimizely.ab:android-sdk:3.13.2'
40+
implementation 'com.optimizely.ab:android-sdk:3.13.3'
4141
}
4242
```
4343

0 commit comments

Comments
 (0)