diff --git a/CHANGELOG.md b/CHANGELOG.md index 367f450..d79ef15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.8.1] - 2019/05/07 +- Add discover methods: + * discoverTv + * discoverMovie ## [0.8.0] - 2019/03/17 - CI integration with coverage - Add tests diff --git a/tmdb3/__init__.py b/tmdb3/__init__.py index 1d12907..7190335 100644 --- a/tmdb3/__init__.py +++ b/tmdb3/__init__.py @@ -42,7 +42,7 @@ Preliminary API specifications can be found at http://help.themoviedb.org/kb/api/about-3""" -__version__ = "0.8.0" +__version__ = "0.8.1" __classifiers__ = [ "Development Status :: 5 - Production/Stable",