Skip to content

Commit

Permalink
Merge pull request #329 from Adyen/release/3.8.1
Browse files Browse the repository at this point in the history
Release 3.8.1
  • Loading branch information
caiofaustino authored Jan 26, 2021
2 parents e7ec736 + fb44b99 commit 1f0ee3f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.1] - 2021-01-26
### Fixed
- Uncaught Exception failing silently when initializing 3DS2 Component.

## [3.8.0] - 2020-12-15
### Added
- Blik Component
Expand Down
4 changes: 2 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
### Added
- Blik Component
### Fixed
- Uncaught Exception failing silently when initializing 3DS2 Component.
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.0"
ext.version_name = "3.8.1"

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

0 comments on commit 1f0ee3f

Please sign in to comment.