Skip to content

Commit

Permalink
Merge pull request #405 from Adyen/release/3.8.3
Browse files Browse the repository at this point in the history
Release 3.8.3
  • Loading branch information
jreij authored Jun 1, 2021
2 parents e0467e0 + dcf5f47 commit 9a9dc31
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@
[//]: <> (Add changes that not released yet into `Unreleased` section)
[//]: <> (Comment `Unreleased` section if there are no changes)
[//]: <> (## [Unreleased])
## [3.8.3] - 2021-06-01
### Added
- Enable showing Postal Code input in Card component.
- Release to Maven Central.

### Fixed
- Update Google Pay logo.

### Changed
- Update 3DS2 SDK to version `2.1.0-rc09` which fixes restricted security exceptions on Android 10.

## [3.8.2] - 2021-02-09
### Fixed
- Remove configuration object from /paymentmethods model breaking serialization in some API versions.
Expand Down
9 changes: 8 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
### Added
- Enable showing Postal Code input in Card component.
- Release to Maven Central.

### Fixed
- Remove configuration object from /paymentmethods model breaking serialization in some API versions.
- Update Google Pay logo.

### Changed
- Update 3DS2 SDK to version `2.1.0-rc09` which fixes restricted security exceptions on Android 10.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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.2"
ext.version_name = "3.8.3"

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

0 comments on commit 9a9dc31

Please sign in to comment.