Skip to content

Commit e3eec96

Browse files
chore(main): release 7.1.0 (#569)
1 parent fc89ac2 commit e3eec96

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.0.0"
2+
".": "7.1.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [7.1.0](https://github.com/googlemaps/google-maps-ios-utils/compare/v7.0.0...v7.1.0) (2026-01-21)
4+
5+
6+
### Features
7+
8+
* add API-level usage attribution for component tracking. ([#568](https://github.com/googlemaps/google-maps-ios-utils/issues/568)) ([fc89ac2](https://github.com/googlemaps/google-maps-ios-utils/commit/fc89ac25a6be1c0c31c7f23d1f0464bf2174374b))
9+
310
## [7.0.0](https://github.com/googlemaps/google-maps-ios-utils/compare/v6.1.3...v7.0.0) (2025-12-15)
411

512

Google-Maps-iOS-Utils.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Pod::Spec.new do |s|
44

55
s.name = "Google-Maps-iOS-Utils"
6-
s.version = "7.0.0" # x-release-please-version
6+
s.version = "7.1.0" # x-release-please-version
77
s.summary = "A utilities library for use with Google Maps SDK for iOS."
88
s.description = "
99
This library contains classes that are useful for a wide range of applications

Podfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ platform :ios, '16.0'
55
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
66
use_frameworks!
77
pod 'GoogleMaps', '10.0.0'
8-
pod 'Google-Maps-iOS-Utils', '7.0.0' # x-release-please-version
8+
pod 'Google-Maps-iOS-Utils', '7.1.0' # x-release-please-version
99
end
1010
# [END maps_ios_utils_podfile_template]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ range of applications using the [Google Maps SDK for iOS][sdk].
7070

7171
target 'TARGET_NAME' do
7272
pod 'GoogleMaps', '10.0.0'
73-
pod 'Google-Maps-iOS-Utils', '7.0.0' # x-release-please-version
73+
pod 'Google-Maps-iOS-Utils', '7.1.0' # x-release-please-version
7474
end
7575
```
7676

@@ -93,12 +93,12 @@ range of applications using the [Google Maps SDK for iOS][sdk].
9393
### [Carthage](https://github.com/Carthage/Carthage)
9494

9595
<details>
96-
<summary>Only supported if using Maps SDK v7.0.0 or earlier</summary>
96+
<summary>Only supported if using Maps SDK v7.1.0 or earlier</summary>
9797

9898
In your `Cartfile`:
9999

100100
```
101-
github "googlemaps/google-maps-ios-utils" ~> 7.0.0
101+
github "googlemaps/google-maps-ios-utils" ~> 7.1.0
102102
```
103103

104104
See the [Carthage doc] for further installation instructions.

Sources/GoogleMapsUtilsObjC/include/GMUVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ NS_ASSUME_NONNULL_BEGIN
2121
* Google Maps iOS Utils library version.
2222
* This version string is used for internal usage attribution.
2323
*/
24-
#define GMU_VERSION @"7.0.0" // x-release-please-version
24+
#define GMU_VERSION @"7.1.0" // x-release-please-version
2525

2626
/**
2727
* Google Maps iOS Utils library version as NSString constant.

0 commit comments

Comments
 (0)