Skip to content

Commit

Permalink
Bump version to 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Dinh committed May 12, 2021
1 parent b4b0341 commit b9b78fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ x.y.z Release notes (yyyy-MM-dd)
<!-- ### Fixes - Include, if needed -->
<!-- ### Internal - Include, if needed -->

7.4.0 Release notes (2021-05-12)
=============================================================

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

### Enhancements

* Add functions to launch the authorization and end session request as well as the handling of the response inline
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.3.1")
version_name = properties.getOrDefault("versionName", "7.4.0")

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

0 comments on commit b9b78fb

Please sign in to comment.