Skip to content

Commit 4ea0e61

Browse files
committed
bump version + update changelog
1 parent cbf1ba3 commit 4ea0e61

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.35.6]
5+
6+
### Changes
7+
- Improved performance of FTS4 index creation
8+
- Improved layout of Scan Dialog
9+
10+
### Fixes
11+
- Fixed line item price being ignored in default cases
12+
413
## [0.35.5]
514

615
### Fixed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ allprojects {
3030
}
3131

3232
project.ext {
33-
sdkVersion='0.35.5'
33+
sdkVersion='0.35.6'
3434
versionCode=1
3535

3636
compileSdkVersion=30

0 commit comments

Comments
 (0)