diff --git a/ChangeLog.rst b/ChangeLog.rst index c34857c5..3da7940e 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,16 @@ ChangeLog ========= +1.3.0 (Mon, 30 May 2016) +------------------------- + +* Add web connectivity test helper + +* Add support for HTTPS collectors and bouncers + +* Fix problems with priviledge shedding and daemonisation + https://github.com/TheTorProject/ooni-backend/issues/65 + 1.2.0 (Wed, 27 Apr 2016) ------------------------- diff --git a/oonib/__init__.py b/oonib/__init__.py index b8e196aa..a809478c 100644 --- a/oonib/__init__.py +++ b/oonib/__init__.py @@ -3,7 +3,7 @@ instantiated only once and be common to pieces of GLBackend code. """ -__version__ = '1.2.0' +__version__ = '1.3.0' __all__ = ['Storage', 'randomStr']