Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.

Commit b9733fa

Browse files
committed
bump version
1 parent d1217c9 commit b9733fa

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ https://github.com/deltachat/deltachat-core/commits/master
88
For a high-level overview about changes anywhere in the Delta Chat ecosystem,
99
see https://delta.chat/en/changelog
1010

11-
## PENDING
11+
## v0.39.0
1212

13+
* add sender to system messages
14+
* translatable system messages
1315
* three new strings DC_STR_CONTACT_*
1416

17+
The changes have been done by Björn Petersen and Lars-Magnus Skog
18+
1519
## v0.38.0
1620

1721
* enable sentbox_watch, mvbox_watch and mvbox_move by default

src/deltachat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ extern "C" {
1111
#endif
1212

1313

14-
#define DC_VERSION_STR "0.38.0"
14+
#define DC_VERSION_STR "0.39.0"
1515

1616

1717
/**

0 commit comments

Comments
 (0)