diff --git a/CHANGELOG.md b/CHANGELOG.md index a8dfb1b..f09e1cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [Unreleased] +## [0.2.0] - 2016-04-09 ### Backwards incompatible changes - Any implementations using the Diaspora protocol and `Post` entities must now use `DiasporaPost` instead. See "Changed" below. diff --git a/setup.py b/setup.py index d148641..78c209c 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ description = 'Python library for abstracting social federation protocols' setup( name='Social-Federation', - version='0.1.1', + version='0.2.0', description=description, long_description=description, author='Jason Robinson',