Skip to content

Commit

Permalink
Merge branch '75-bump-version-to-7-0-0' into 'master'
Browse files Browse the repository at this point in the history
Resolve "Bump version to 7.0.0"

Closes #75

See merge request pace/mobile/android/pace-cloud-sdk!65
  • Loading branch information
Melle010 committed Apr 8, 2021
2 parents d810ffd + f664ed5 commit 8c59e30
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
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 -->


7.0.0 Release notes (2021-04-08)
=============================================================

### Breaking changes

* Pass `reason` and `oldToken` in the `onTokenInvalid` callback
Expand All @@ -11,9 +20,6 @@ x.y.z Release notes (yyyy-MM-dd)
* Add convenience method for fueling app
* Add methods to handle PIN and biometry actions

<!-- ### Fixes - Include, if needed -->
<!-- ### Internal - Include, if needed -->


6.0.0 Release notes (2021-03-19)
=============================================================
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", "6.0.0")
version_name = properties.getOrDefault("versionName", "7.0.0")

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

0 comments on commit 8c59e30

Please sign in to comment.