diff --git a/CHANGELOG.md b/CHANGELOG.md index 7864683..764fc5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [unreleased] +## [0.7.0] - 2016-09-15 ### Backwards incompatible changes * Made `guid` mandatory for `Profile` entity. Library users should always be able to get a full validated object as we consider `guid` a core attribute of a profile. diff --git a/federation/__init__.py b/federation/__init__.py index 43c4ab0..49e0fc1 100644 --- a/federation/__init__.py +++ b/federation/__init__.py @@ -1 +1 @@ -__version__ = "0.6.1" +__version__ = "0.7.0"