From 3433fcb52c5b3b4bfbce62a1c99c2e22e9b28e8c Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Tue, 8 Jan 2019 17:36:46 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 7 +++++++ src/deltachat.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a98b60a..4af0da2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ https://github.com/deltachat/deltachat-core/commits/master For a high-level overview about changes anywhere in the Delta Chat ecosystem, see https://delta.chat/en/changelog +## v0.36.0 + +* build improvements + +The changes have been done by Björn Petersen, Jikstra +and Lars-Magnus Skog + ## v0.35.0 * additional parameter for dc_get_chat_media() to pass a third type diff --git a/src/deltachat.h b/src/deltachat.h index cdcb0bbb..9f2b628e 100644 --- a/src/deltachat.h +++ b/src/deltachat.h @@ -11,7 +11,7 @@ extern "C" { #endif -#define DC_VERSION_STR "0.35.0" +#define DC_VERSION_STR "0.36.0" /**