diff --git a/CHANGELOG b/CHANGELOG index cdfc4d1..ae75628 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +mkdocs-glightbox-0.3.6 (2023-12-30) + + * Modified width default to auto prevent zooming large image bug (#21) + * Supported only enable glightbox with on-glb class in given page (#28) + mkdocs-glightbox-0.3.5 (2023-11-18) * Supported compatibility with the privacy plugin of Material for MkDocs insiders (#25) diff --git a/setup.py b/setup.py index b61a384..aa3d045 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="mkdocs-glightbox", - version="0.3.5", + version="0.3.6", author="Blueswen", author_email="blueswen.tw@gmail.com", url="https://blueswen.github.io/mkdocs-glightbox",