diff --git a/CHANGELOG b/CHANGELOG index 1d17395..c373d8a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ Roundcube Webmail MarkAsJunk2 ============================= +Version 1.10 (2017-01-02, rc-1.1) +================================================= * Add JS event markasjunk2-update to allow other plugins to influence the spam/ham options show * Add init method to allow drivers to access markasjunk2-update JS event * Replace config options markasjunk2_mb_toolbar and markasjunk2_cp_toolbar with new markasjunk2_toolbar option diff --git a/composer.json b/composer.json index 4229808..62294d6 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "homepage": "http://github.com/JohnDoh/Roundcube-Plugin-Mark-as-Junk-2/", "license": "GPL-3.0", "type": "roundcube-plugin", - "version": "1.9-git", + "version": "1.10", "authors": [ { "name": "Philip Weir",