Skip to content

Commit

Permalink
Merge branch '88-bump-version-to-8-0-0' into 'master'
Browse files Browse the repository at this point in the history
Resolve "Bump version to 7.2.0"

Closes #88

See merge request pace/mobile/android/pace-cloud-sdk!78
  • Loading branch information
Martin Dinh committed Apr 28, 2021
2 parents be747fb + 1ebcc1e commit bef4b72
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
x.y.z Release notes (yyyy-MM-dd)
=============================================================

<!-- ### Breaking changes - Include, if needed -->
<!-- ### Enhancements - Include, if needed -->
<!-- ### Fixes - Include, if needed -->
<!-- ### Internal - Include, if needed -->
### Breaking changes


7.2.0 Release notes (2021-04-28)
=============================================================

### Fixes

* Generate Pay API `2020-4`, which includes removal of enums to prevent the clients from crashing when new values are added

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
min_sdk_version = 23
target_sdk_version = 30
build_number = properties.getOrDefault("buildNumber", 1) as Integer
version_name = properties.getOrDefault("versionName", "7.1.0")
version_name = properties.getOrDefault("versionName", "7.2.0")

group_id = "cloud.pace"
artifact_id = "sdk"
Expand Down

0 comments on commit bef4b72

Please sign in to comment.