Skip to content

Commit

Permalink
[FSSDK-9545] chore: release 4.0.0-beta3 (#463)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update build.gradle
  • Loading branch information
muzahidul-opti authored Sep 21, 2023
1 parent 21883e3 commit 0da9e47
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Optimizely Android X SDK Changelog

## 4.0.0-beta3
September 20th, 2023

### Bug Fixes
* support arbitrary client names to be included in logx and odp events. ([#459](https://github.com/optimizely/android-sdk/pull/459)).
* Added catch block to capture resource not found exception. ([#460](https://github.com/optimizely/android-sdk/pull/460)).

### Functionality Enhancements
- Update Github Issue Templates ([#461](https://github.com/optimizely/android-sdk/pull/461))


## 4.0.0-beta2
May 8th, 2023

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ext {
build_tools_version = "30.0.3"
min_sdk_version = 21
target_sdk_version = 33
java_core_ver = "4.0.0-beta"
java_core_ver = "4.0.0-beta2"
android_logger_ver = "1.3.6"
jacksonversion= "2.11.2"
annotations_ver = "1.2.0"
Expand Down

0 comments on commit 0da9e47

Please sign in to comment.