Skip to content

Commit 83c74fd

Browse files
committed
chore: Version code, name and changelog for pitch release 0.6.2
1 parent 5edbc55 commit 83c74fd

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
applicationId "com.eventyay.attendee"
2323
minSdkVersion 21
2424
targetSdkVersion 28
25-
versionCode 13
26-
versionName "0.6.1"
25+
versionCode 14
26+
versionName "0.6.2"
2727
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2828
vectorDrawables.useSupportLibrary = true
2929
multiDexEnabled true
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
**v0.6.2:**
2+
HOTFIX: Crashing for invalid session timezone
3+
4+
**v0.6.0:**
5+
🚀 Features and Enhancements
6+
7+
- Update tickets section and display ticket status
8+
- Add donation tickets
9+
- Verify email and reset password with the app
10+
- Edit profile image
11+
- Improve filtering and sorting
12+
- Add pagination in different sections
13+
- Several UI enhancement
14+
15+
🐛 Bug Fixes
16+
17+
- Multiple crashes
18+
- Fixes for API < 24
19+
- Error handling
20+
- Billing information for paid tickets
21+
- Event's time and timezone

0 commit comments

Comments
 (0)