Skip to content

Latest commit

 

History

History
74 lines (36 loc) · 3.75 KB

File metadata and controls

74 lines (36 loc) · 3.75 KB

Changelog

7.1.0 (2026-01-21)

Features

  • add API-level usage attribution for component tracking. (#568) (fc89ac2)

7.0.0 (2025-12-15)

⚠ BREAKING CHANGES

  • Changes in v6.1.1 were breaking and should have been v7.0.0:
    • iOS deployment target: 15.0 → 16.0
    • GoogleMaps dependency: ~> 9.0 → ~> 10.0
    • PR: #546
    • Release PR: #547

Features

  • fix semantic versioning issue and update README.md (#565) (c5f6e74), closes #563

6.1.3 (2025-08-15)

Bug Fixes

  • resolve podspec conflict & set xcode version @build_test_cocoapod stage & update README with EEA terms links (#554) (ff42018)
  • Update CI iOS version. (#557) (628bfae)

6.1.2 (2025-07-09)

Bug Fixes

  • Release workflow, which fails publish step & auto update readme by release-please-config (#551) (c57575e)

6.1.1 (2025-06-18)

Bug Fixes

  • Update iOS deployment target to 16.0 and GoogleMaps dependency to 10.0 (#546) (b564e7a)

6.1.0 (2024-11-07)

Features

  • map: allow custom iconView on GMSMarker subclasses (#506) (125dfe5)

6.0.0 (2024-07-31)

⚠ BREAKING CHANGES

  • Raise the minimum supported iOS version to 15.0 and raise dependency on Maps SDK for iOS to v9.

Features

  • Raise the minimum supported iOS version to 15.0 and raise dependency on Maps SDK for iOS to v9. (52c3d4d)

5.0.0 (2024-07-30)

⚠ BREAKING CHANGES

  • Bump minimum to iOS 14 (#444)

Features