Skip to content

Commit

Permalink
cchore: Version code, name and changelog for minor release 0.7.0 (#2284)
Browse files Browse the repository at this point in the history
  • Loading branch information
liveHarshit authored and iamareebjamal committed Aug 22, 2019
1 parent dec8e44 commit de7156f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId "com.eventyay.attendee"
minSdkVersion 21
targetSdkVersion 28
versionCode 13
versionName "0.6.1"
versionCode 14
versionName "0.7.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
Expand Down
16 changes: 16 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
**v0.7.0:**
🚀 Features and Enhancements

- Handle external ticket URL
- Add tax information for tickets
- Add autolink
- Custom form for speakers and sessions
- Improve animations

🐛 Bug Fixes

- Event's timezone for sessions
- Improve error handling for stripe and orders
- Donation tickets
- Multiple crashes
- Date format

0 comments on commit de7156f

Please sign in to comment.