Skip to content

Commit a5a48b3

Browse files
committed
Update changelog
1 parent 337030a commit a5a48b3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.0.6] - 2021-05-03
10+
11+
* Update internal dependencies
12+
* Update demo pictures
13+
914
## [2.0.5] - 2021-05-01
1015

1116
* Fix pick the image from a sub-folder in gallery issue

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
buildscript {
44
ext {
55
kotlin_version = '1.4.32'
6-
versionCode = 24
7-
versionName = '2.0.5'
6+
versionCode = 25
7+
versionName = '2.0.6'
88
}
99

1010
repositories {

0 commit comments

Comments
 (0)