Skip to content

Commit

Permalink
Update CHANGELOG for v2.4.1 release
Browse files Browse the repository at this point in the history
Update version for first beta release
  • Loading branch information
codinguser committed Nov 10, 2019
1 parent b401372 commit 4fac627
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Change Log
===============================================================================
Version 2.4.0 *(2018-06-15)*
----------------------------
* Fixes #809: Crash when exporting CSV
* Fixes #811: Add button in schedule action disappears after rotation
* Fixes #790: Missing transaction description margin
* Improve performance of CSV export
* Improved: Add book name to accounts listing view
* Improved: Update translations

Version 2.4.0 *(2018-06-15)*
----------------------------
* Feature #665: Adds CSV export format
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'io.fabric'
def versionMajor = 2
def versionMinor = 4
def versionPatch = 1
def versionBuild = 0
def versionBuild = 1

static def buildTime() {
def df = new SimpleDateFormat("yyyyMMdd HH:mm 'UTC'")
Expand Down

0 comments on commit 4fac627

Please sign in to comment.