diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 0728dc8938b..9f1cdedbffb 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -6,6 +6,16 @@ ### 🐞 Bug fixes +## 11.6.1 + +### ✨ Features and improvements + +- Allow configuring a `Call.Factory` instead of a `OkHttpClient` ([https://github.com/maplibre/maplibre-native/pull/2987](#2987)). Since an `OkHttpClient` can be assigned to a `Call.Factory` this should not cause any issues. + +### 🐞 Bug fixes + +- Fix puck rendering behavior Android ([#2957](https://github.com/maplibre/maplibre-native/pull/2957)). + ## 11.6.0 ### ✨ Features and improvements diff --git a/platform/android/MapLibreAndroid/gradle.properties b/platform/android/MapLibreAndroid/gradle.properties index 840da405bfd..d993d913a91 100644 --- a/platform/android/MapLibreAndroid/gradle.properties +++ b/platform/android/MapLibreAndroid/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=11.6.0 +VERSION_NAME=11.6.1 # Only build native dependencies for the current ABI # See https://code.google.com/p/android/issues/detail?id=221098#c20