diff --git a/CHANGELOG b/CHANGELOG index 1b8f195..f0814c9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,10 @@ FBMQ Changelog Latest ------ +2.3.0 +----- +* Messenger Code API supported (@anton-nayshtut) + 2.2.0 ----- * Share Button template supported (@anton-nayshtut) diff --git a/fbmq/__init__.py b/fbmq/__init__.py index 551d4d2..235d897 100644 --- a/fbmq/__init__.py +++ b/fbmq/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.2.0' +__version__ = '2.3.0' from .fbmq import * from . import attachment as Attachment