diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 7756f0bb..41918201 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -3,6 +3,11 @@ OSRFramework Changelog For more information, check the README.Add some wrappers +0.18.7, 2018/05/30 -- Post GDPR update +- Add Fotolog new usufy wrapper +- Patch Buzznet usufy wrapper to fix positives when accessing from some locations +- Remove Klout wrapper (the service has been closed) + 0.18.6, 2018/05/21 -- Hotfix to remove a printing debug - Hotfix to remove an unneeded print line diff --git a/osrframework/__init__.py b/osrframework/__init__.py index 0b6573b6..1acb2dab 100644 --- a/osrframework/__init__.py +++ b/osrframework/__init__.py @@ -20,4 +20,4 @@ # ################################################################################ -__version__ = "0.18.6" +__version__ = "0.18.7"