From f3ec3b332fe4e1ac3bb4160b66f799a449d4920b Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Sun, 9 Dec 2018 01:17:48 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 6 ++++++ src/deltachat.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 061488df..99623a84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ 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.29.0 + +* add dc_chat_get_color() and dc_contact_get_color() + +The changes have been done by Björn Petersen + ## v0.28.0 * allow any messages as drafts diff --git a/src/deltachat.h b/src/deltachat.h index 11defc60..656fc0ab 100644 --- a/src/deltachat.h +++ b/src/deltachat.h @@ -11,7 +11,7 @@ extern "C" { #endif -#define DC_VERSION_STR "0.28.0" +#define DC_VERSION_STR "0.29.0" /**