Skip to content

Commit

Permalink
Release 1.8.1 (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Collins <[email protected]>
  • Loading branch information
michaeljcollinsuk and michaeljcollinsuk authored Oct 21, 2022
1 parent ab9c0ce commit 56cdad7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog

Unreleased
==========

1.8.1 (2022-10-21)
==================
* fix: safely checks for a MenuContent object in the context provided to the results tree templatetag, rather than
assume there is always one, to guard against 500 errors

Expand Down
2 changes: 1 addition & 1 deletion djangocms_navigation/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.8.0"
__version__ = "1.8.1"

default_app_config = "djangocms_navigation.apps.NavigationConfig"

0 comments on commit 56cdad7

Please sign in to comment.