Skip to content

Commit

Permalink
Release 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
caiofaustino committed Feb 9, 2021
1 parent 81ec9aa commit aaff7c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
[//]: <> (Add changes that not released yet into `Unreleased` section)
[//]: <> (Comment `Unreleased` section if there are no changes)
[//]: <> (## [Unreleased])
## [3.8.2] - 2021-02-09
### Fixed
- Remove configuration object from /paymentmethods model breaking serialization in some API versions.

## [3.8.1] - 2021-01-26
### Fixed
- Uncaught Exception failing silently when initializing 3DS2 Component.
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
### Fixed
- Uncaught Exception failing silently when initializing 3DS2 Component.
- Remove configuration object from /paymentmethods model breaking serialization in some API versions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ allprojects {
// just for example app, don't need to increment
ext.version_code = 1
// The version_name format is "major.minor.patch(-(alpha|beta|rc)[0-9]{2}){0,1}" (e.g. 3.0.0, 3.1.1-alpha04 or 3.1.4-rc01 etc).
ext.version_name = "3.8.1"
ext.version_name = "3.8.2"

// Code quality
ext.ktlint_version = '0.34.2'
Expand Down

0 comments on commit aaff7c1

Please sign in to comment.