Skip to content

Commit 8ade179

Browse files
committed
Merge branch 'bump-version-12.0.1' into 'master'
Bump version to 12.0.1 See merge request pace/mobile/android/pace-cloud-sdk!202
2 parents 7c875d9 + a289e58 commit 8ade179

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ x.y.z Release notes (yyyy-MM-dd)
66
<!-- ### Fixes - Include, if needed -->
77
<!-- ### Internal - Include, if needed -->
88

9+
12.0.1 Release notes (2021-12-07)
10+
=============================================================
11+
12+
### Internal
13+
14+
* Regenerate communication code and rewrite the `openUrlInNewTab` PWA request to handle the new `integrated` parameter. If the `integrated` parameter is set to true, then the URL will be loaded in a new WebView instead of the custom tab.
15+
16+
917
12.0.0 Release notes (2021-12-06)
1018
=============================================================
1119

@@ -14,24 +22,18 @@ x.y.z Release notes (yyyy-MM-dd)
1422
* Simplified setup of IDKit. SDK now decides which `OIDConfiguration` should be used so that clients only need to provide a `CustomOIDConfiguration` with a `clientId` and `redirectUri`.
1523

1624
### Enhancements
17-
### Fixes
18-
19-
* Add default ProGuard rules to fix possible problems when using ProGuard in your app
20-
21-
### Internal
2225

2326
* Add `additionalProperties` property to `GasStation` model
2427
* Set `pace.cloud` as default value of the `domainACL` property in the PACE Cloud SDK configuration
2528

2629
### Fixes
2730

28-
* Add default ProGuard rules to fix possible problems when using ProGuard in your app
31+
* Add default ProGuard rules to fix possible problems when client apps use ProGuard
2932

3033
### Internal
3134

3235
* Add `ACCESS_COARSE_LOCATION` permission check in SystemManager
3336
* Update Room's version to `2.4.0-beta02` to fix a bug on Apple's M1 chips
34-
* Regenerate communication code and rewrite the `openUrlInNewTab` PWA request to handle the new `integrated` parameter. If the `integrated` parameter is set to true, then the URL will be loaded in a new WebView instead of the custom tab.
3537

3638

3739
11.1.0 Release notes (2021-11-19)

0 commit comments

Comments
 (0)