diff --git a/CHANGELOG.md b/CHANGELOG.md index 305c5a410f83d5fb710b88d853d7fba9ca4c0694..00086f2fd8e23a0137e7dfbed2b3379b30e00073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## v0.8.2 2020-09-19 + +([full changelog](https://github.com/executablebooks/jupyter-book/compare/v0.8.1...879a2d4133db58a636655e08323cd98609cefcb4)) + +### Improved + +`sphinx-panels` version bump to v0.5, which adds several new content blocks +including `{tabbed}` content. [#972](https://github.com/executablebooks/jupyter-book/pull/972) + + ## v0.8.1 2020-09-09 ### New ✨ diff --git a/jupyter_book/__init__.py b/jupyter_book/__init__.py index 155f9767d9bbb92b84e0a5fb672949a2e78bca9b..c1d06e6dbc580ab3d111eb24e3c9c6dfd17be63f 100644 --- a/jupyter_book/__init__.py +++ b/jupyter_book/__init__.py @@ -5,7 +5,7 @@ from .toc import add_toc_to_sphinx, add_toctree from .directive.toc import TableofContents, SwapTableOfContents -__version__ = "0.8.1" +__version__ = "0.8.2" def add_static_files(app, config):