Skip to content

Commit

Permalink
Release 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caiofaustino committed Dec 15, 2020
1 parent fb1c46f commit 8004f7a
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.0] - 2020-12-15
### Added
- Blik Component

## [3.7.3] - 2020-11-18
### Fixed
- Fixed exception on Drop-in when generating generic Configuration objects with empty `clientKey`
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 @@
### Fixed
- Fixed exception on Drop-in when generating generic Configuration objects with empty `clientKey`
### Added
- Blik 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.7.3"
ext.version_name = "3.8.0"

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

0 comments on commit 8004f7a

Please sign in to comment.