From fddecda56013b0e0c6999d0f469a34fcc66d38df Mon Sep 17 00:00:00 2001
From: "mapbox-github-ci-writer-3[bot]"
 <79159042+mapbox-github-ci-writer-3[bot]@users.noreply.github.com>
Date: Tue, 3 Sep 2024 12:56:08 +0000
Subject: [PATCH] changelog for v11.7.0-beta.1 (#2707)

Co-authored-by: root <root@5204c8af47ba>
---
 CHANGELOG.md                       | 3 +++
 extension-androidauto/README.md    | 2 +-
 extension-compose/README.md        | 4 ++--
 extension-localization/README.md   | 2 +-
 extension-style/README.md          | 2 +-
 plugin-animation/README.md         | 2 +-
 plugin-annotation/README.md        | 2 +-
 plugin-attribution/README.md       | 2 +-
 plugin-compass/README.md           | 4 ++--
 plugin-gestures/README.md          | 4 ++--
 plugin-lifecycle/README.md         | 2 +-
 plugin-locationcomponent/README.md | 2 +-
 plugin-logo/README.md              | 2 +-
 plugin-scalebar/README.md          | 2 +-
 plugin-viewport/README.md          | 2 +-
 15 files changed, 20 insertions(+), 17 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 12116e7d39..daeec3b485 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@
 Mapbox welcomes participation and contributions from everyone.
 
 # main
+
+# 11.7.0-beta.1 September 03, 2024
 ## Features ✨ and improvements 🏁
 * [compose] Introduce `PointAnnotationState.iconOcclusionOpacity`, `PointAnnotationState.textOcclusionOpacity` to control occlusion opacity for individual point annotation.
 * [compose] Remove `MapboxExperimental` from `PolylineAnnotationGroupState.lineOcclusionOpacity`, `PointAnnotationGroupState.iconOcclusionOpacity`, `PointAnnotationGroupState.textOcclusionOpacity`.
@@ -52,6 +54,7 @@ Mapbox welcomes participation and contributions from everyone.
 ## Known issues
 * Experimental `GeoJsonSource.autoMaxZoom` and `GeoJsonSourceState.autoMaxZoom` will return `null` value even after it's set.
 
+
 # 11.6.0 August 16, 2024
 ## Breaking changes ⚠️
 * [compose] Remove `StyleImage` constructor with `BitmapImage`, use `rememberStyleImage` composable function to build it instead.
diff --git a/extension-androidauto/README.md b/extension-androidauto/README.md
index 01f25d80c2..9ad96a3b94 100644
--- a/extension-androidauto/README.md
+++ b/extension-androidauto/README.md
@@ -33,7 +33,7 @@ allprojects {
 // In your build.gradle, add the extension with your other dependencies.
 dependencies {
   // Note that the Mapbox Android Auto Extension depends on the entire Mapbox Maps SDK, it will bring the whole Mapbox Maps SDK with the same version as transitive dependency.
-  implementation 'com.mapbox.extension:maps-androidauto:11.6.0'
+  implementation 'com.mapbox.extension:maps-androidauto:11.7.0-beta.1'
 }
 ```
 
diff --git a/extension-compose/README.md b/extension-compose/README.md
index 0b3b00c600..7dfac2a4f6 100644
--- a/extension-compose/README.md
+++ b/extension-compose/README.md
@@ -51,11 +51,11 @@ allprojects {
 
 // In your build.gradle, add the compose extension with your other dependencies.
 dependencies {
-  implementation 'com.mapbox.extension:maps-compose:11.6.0'
+  implementation 'com.mapbox.extension:maps-compose:11.7.0-beta.1'
 
   // Pick your versions of Android Mapbox Map SDK
   // Note that Compose extension is compatible with Maps SDK v11.0+.
-  implementation 'com.mapbox.maps:android:11.6.0'
+  implementation 'com.mapbox.maps:android:11.7.0-beta.1'
 }
 ```
 
diff --git a/extension-localization/README.md b/extension-localization/README.md
index c40bbb1e68..d5eac73041 100644
--- a/extension-localization/README.md
+++ b/extension-localization/README.md
@@ -31,7 +31,7 @@ allprojects {
 
 // In the app build.gradle file
 dependencies {
-  implementation 'com.mapbox.extension:maps-localization:11.6.0'
+  implementation 'com.mapbox.extension:maps-localization:11.7.0-beta.1'
 }
 ```
 
diff --git a/extension-style/README.md b/extension-style/README.md
index f411437120..5360c4f039 100644
--- a/extension-style/README.md
+++ b/extension-style/README.md
@@ -32,7 +32,7 @@ allprojects {
 
 // In the app build.gradle file
 dependencies {
-  implementation 'com.mapbox.extension:maps-style:11.6.0'
+  implementation 'com.mapbox.extension:maps-style:11.7.0-beta.1'
 }
 ```
 
diff --git a/plugin-animation/README.md b/plugin-animation/README.md
index 3ab1b1f4a8..cfee7776da 100644
--- a/plugin-animation/README.md
+++ b/plugin-animation/README.md
@@ -34,7 +34,7 @@ allprojects {
 
 // In the app build.gradle file
 dependencies {
-  implementation 'com.mapbox.plugin:maps-animation:11.6.0'
+  implementation 'com.mapbox.plugin:maps-animation:11.7.0-beta.1'
 }
 ```
 
diff --git a/plugin-annotation/README.md b/plugin-annotation/README.md
index 8ec72d4015..b6a57d73a1 100644
--- a/plugin-annotation/README.md
+++ b/plugin-annotation/README.md
@@ -30,7 +30,7 @@ allprojects {
 
 // In the app build.gradle file
 dependencies {
-  implementation 'com.mapbox.plugin:maps-annotation:11.6.0'
+  implementation 'com.mapbox.plugin:maps-annotation:11.7.0-beta.1'
 }
 ```
 
diff --git a/plugin-attribution/README.md b/plugin-attribution/README.md
index 1c5d184cb7..c36da950f1 100644
--- a/plugin-attribution/README.md
+++ b/plugin-attribution/README.md
@@ -33,7 +33,7 @@ allprojects {
 
 // In the app build.gradle file
 dependencies {
-  implementation 'com.mapbox.plugin:maps-attribution:11.6.0'
+  implementation 'com.mapbox.plugin:maps-attribution:11.7.0-beta.1'
 }
 ```
 
diff --git a/plugin-compass/README.md b/plugin-compass/README.md
index 56dea29625..a2fd707682 100644
--- a/plugin-compass/README.md
+++ b/plugin-compass/README.md
@@ -32,9 +32,9 @@ allprojects {
 
 // In the app build.gradle file
 dependencies {
-  implementation 'com.mapbox.plugin:maps-compass:11.6.0'
+  implementation 'com.mapbox.plugin:maps-compass:11.7.0-beta.1'
   // Mapbox Maps Compass Plugin depends on the Mapbox Maps Animation Plugin
-  implementation 'com.mapbox.plugin:maps-animation:11.6.0'
+  implementation 'com.mapbox.plugin:maps-animation:11.7.0-beta.1'
 }
 ```
 
diff --git a/plugin-gestures/README.md b/plugin-gestures/README.md
index e519c18335..9e4ef32e04 100644
--- a/plugin-gestures/README.md
+++ b/plugin-gestures/README.md
@@ -30,9 +30,9 @@ allprojects {
 
 // In the app build.gradle file
 dependencies {
-  implementation 'com.mapbox.plugin:maps-gestures:11.6.0'
+  implementation 'com.mapbox.plugin:maps-gestures:11.7.0-beta.1'
     // Mapbox Maps Gestures Plugin depends on the Mapbox Maps Animation Plugin
-  implementation 'com.mapbox.plugin:maps-animation:11.6.0'
+  implementation 'com.mapbox.plugin:maps-animation:11.7.0-beta.1'
 }
 ```
 
diff --git a/plugin-lifecycle/README.md b/plugin-lifecycle/README.md
index 44a81892dd..09df364848 100644
--- a/plugin-lifecycle/README.md
+++ b/plugin-lifecycle/README.md
@@ -30,7 +30,7 @@ allprojects {
 
 // In the app build.gradle file
 dependencies {
-  implementation 'com.mapbox.plugin:maps-lifecycle:11.6.0'
+  implementation 'com.mapbox.plugin:maps-lifecycle:11.7.0-beta.1'
   // Make sure the version of appcompat is 1.3.0+
   implementation 'androidx.appcompat:appcompat:1.3.0'
 }
diff --git a/plugin-locationcomponent/README.md b/plugin-locationcomponent/README.md
index 911eabba4b..ccd206ec23 100644
--- a/plugin-locationcomponent/README.md
+++ b/plugin-locationcomponent/README.md
@@ -32,7 +32,7 @@ allprojects {
 }
 // In the app build.gradle file
 dependencies {
-  implementation 'com.mapbox.plugin:maps-locationcomponent:11.6.0'
+  implementation 'com.mapbox.plugin:maps-locationcomponent:11.7.0-beta.1'
 }
 ```
 
diff --git a/plugin-logo/README.md b/plugin-logo/README.md
index 94e8bbeca6..9002bf54b3 100644
--- a/plugin-logo/README.md
+++ b/plugin-logo/README.md
@@ -30,7 +30,7 @@ allprojects {
 
 // In the app build.gradle file
 dependencies {
-  implementation 'com.mapbox.plugin:maps-logo:11.6.0'
+  implementation 'com.mapbox.plugin:maps-logo:11.7.0-beta.1'
 }
 ```
 
diff --git a/plugin-scalebar/README.md b/plugin-scalebar/README.md
index da6548a5bf..6e77106e02 100644
--- a/plugin-scalebar/README.md
+++ b/plugin-scalebar/README.md
@@ -32,7 +32,7 @@ allprojects {
 
 // In the app build.gradle file
 dependencies {
-  implementation 'com.mapbox.plugin:maps-scalebar:11.6.0'
+  implementation 'com.mapbox.plugin:maps-scalebar:11.7.0-beta.1'
 }
 ```
 
diff --git a/plugin-viewport/README.md b/plugin-viewport/README.md
index 9b47b26720..5766eaffce 100644
--- a/plugin-viewport/README.md
+++ b/plugin-viewport/README.md
@@ -50,7 +50,7 @@ allprojects {
 }
 // In the app build.gradle file
 dependencies {
-  implementation 'com.mapbox.plugin:maps-viewport:11.6.0'
+  implementation 'com.mapbox.plugin:maps-viewport:11.7.0-beta.1'
 }
 ```