Skip to content

Commit 0da9e47

Browse files
[FSSDK-9545] chore: release 4.0.0-beta3 (#463)
* Update CHANGELOG.md * Update build.gradle
1 parent 21883e3 commit 0da9e47

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## 4.0.0-beta3
4+
September 20th, 2023
5+
6+
### Bug Fixes
7+
* support arbitrary client names to be included in logx and odp events. ([#459](https://github.com/optimizely/android-sdk/pull/459)).
8+
* Added catch block to capture resource not found exception. ([#460](https://github.com/optimizely/android-sdk/pull/460)).
9+
10+
### Functionality Enhancements
11+
- Update Github Issue Templates ([#461](https://github.com/optimizely/android-sdk/pull/461))
12+
13+
314
## 4.0.0-beta2
415
May 8th, 2023
516

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ ext {
7070
build_tools_version = "30.0.3"
7171
min_sdk_version = 21
7272
target_sdk_version = 33
73-
java_core_ver = "4.0.0-beta"
73+
java_core_ver = "4.0.0-beta2"
7474
android_logger_ver = "1.3.6"
7575
jacksonversion= "2.11.2"
7676
annotations_ver = "1.2.0"

0 commit comments

Comments
 (0)