diff --git a/debian/changelog b/debian/changelog index 0f207eb..cbbd053 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +calls (0.1.1) purple; urgency=medium + + [ Bob Ham ] + * ringer: Use the GTK sound theme + * Add phone number lookup using libfolks + * Use libfolks phone number lookup in call record display + * Add -Wno-error=deprecated-declarations to build arguments + * call-display: Add ugly, ugly hacks to enable speakerphone/mute buttons + * Add initial avatar support + + [ Lubomir Rintel ] + * appdata.xml: fix a validation error + + -- Bob Ham Tue, 10 Dec 2019 14:51:21 +0000 + calls (0.1.0) purple; urgency=medium [ David Cordero ] diff --git a/meson.build b/meson.build index 0cd9cb1..9fa36c1 100644 --- a/meson.build +++ b/meson.build @@ -22,7 +22,7 @@ project( 'calls', 'c', 'vala', - version: '0.1.0', + version: '0.1.1', license: 'GPLv3+', meson_version: '>= 0.47.0', default_options: [