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

Commit 60e1993

Browse files
committed
bump version
1 parent 5ba2d3a commit 60e1993

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,9 +8,13 @@ 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.37.0
1212

13+
* join normal groups via qr-code
1314
* add dc_msg_get_sort_timestamp() and dc_msg_has_deviating_timestamp()
15+
* improved internal housekeeping
16+
17+
The changes have been done by Björn Petersen and Holger Krekel
1418

1519
## v0.36.0
1620

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.36.0"
14+
#define DC_VERSION_STR "0.37.0"
1515

1616

1717
/**

0 commit comments

Comments
 (0)