Commit ac917cde authored by Michael Droettboom's avatar Michael Droettboom
Browse files

Bug 1635865: Upgrade Glean to 29.1.1

parent 3df24ee5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ object Versions {

    const val mozilla_appservices = "0.59.0"

    const val mozilla_glean = "29.1.0"
    const val mozilla_glean = "29.1.1"

    const val material = "1.1.0"
    const val nearby = "17.0.0"
+3 −0
Original line number Diff line number Diff line
@@ -32,6 +32,9 @@ permalink: /changelog/
* **browser-state**
  * Adds `history` to `ContentState` to check the back and forward history list.
  
* **service-glean**
  * BUGFIX: Fix a race condition that leads to a `ConcurrentModificationException`. [Bug 1635865](https://bugzilla.mozilla.org/1635865)

# 42.0.0

* [Commits](https://github.com/mozilla-mobile/android-components/compare/v41.0.0...42.0.0)