Skip to content

Commit eae83e4

Browse files
PACEPACE
authored andcommitted
build: Bump version to 25.2.0
1 parent 1461b7d commit eae83e4

File tree

9 files changed

+25
-11
lines changed

9 files changed

+25
-11
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
25.2.0 Release notes (2025-12-03)
2+
=============================================================
3+
4+
### Enhancements
5+
6+
* Implement token exchange
7+
8+
### Internal
9+
10+
* Allow failure of framework_release_build job
11+
* Make client secret optional
12+
* Fallback to token exchange client id for geo scope if set
13+
* End deploy scripts early if errors occur
14+
115
25.1.1 Release notes (2025-10-14)
216
=============================================================
317

PACECloudSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "PACECloudSDK"
3-
spec.version = "25.1.1"
3+
spec.version = "25.2.0"
44
spec.summary = "Easily integrate your app with the PACE API to support Connected Fueling"
55
spec.homepage = "http://github.com/pace/cloud-sdk-ios"
66
spec.license = { :type => "MIT", :file => "LICENSE.md" }

PACECloudSDK/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>25.1.1</string>
20+
<string>25.2.0</string>
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>UIAppFonts</key>

PACECloudSDK/Utils/Plists/FallbackVersions.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<key>BuildVersion</key>
66
<string>1</string>
77
<key>ReleaseVersion</key>
8-
<string>25.1.1</string>
8+
<string>25.2.0</string>
99
</dict>
1010
</plist>

PACECloudSDKTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>25.1.1</string>
18+
<string>25.2.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

PACECloudSlimSDK/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>25.1.1</string>
20+
<string>25.2.0</string>
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>UIAppFonts</key>

PACECloudWatchSDK/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>25.1.1</string>
20+
<string>25.2.0</string>
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
</dict>

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ let package = Package(
5454
]),
5555
.binaryTarget(
5656
name: "PACECloudSlimSDK",
57-
url: "https://github.com/pace/cloud-sdk-ios/releases/download/25.1.1/PACECloudSlimSDK.zip",
58-
checksum: "1771332b1cd35bfecc1e3128ca109e5095514923e39953cd6bded70497032f95"
57+
url: "https://github.com/pace/cloud-sdk-ios/releases/download/25.2.0/PACECloudSlimSDK.zip",
58+
checksum: "8d1bca2d481e3c17e581b44979a9615edcb0b5faa65ab6233b52ad8a080d1739"
5959
),
6060
.binaryTarget(
6161
name: "PACECloudWatchSDK",
62-
url: "https://github.com/pace/cloud-sdk-ios/releases/download/25.1.1/PACECloudWatchSDK.zip",
63-
checksum: "1f0c9abaf61c209c6f758fe31e16e313785e542b47e0fd949a672c3fce41da62"
62+
url: "https://github.com/pace/cloud-sdk-ios/releases/download/25.2.0/PACECloudWatchSDK.zip",
63+
checksum: "061c6b731fff9a0c6edd940126689a315e5c17c87eb3795a75b43e8d1afa6eee"
6464
)
6565
]
6666
)

UnitTestDummy/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<key>CFBundlePackageType</key>
2323
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
2424
<key>CFBundleShortVersionString</key>
25-
<string>25.1.1</string>
25+
<string>25.2.0</string>
2626
<key>CFBundleVersion</key>
2727
<string>1</string>
2828
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)