Skip to content

Commit

Permalink
Merge pull request #170 from wagtail/release-prep-0.11.0
Browse files Browse the repository at this point in the history
Release prep 0.11.0
  • Loading branch information
SaptakS authored Nov 22, 2023
2 parents bf83d0e + 1d2ec58 commit 0cfc28d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog
=========

0.11 Release
------------

* Add handling of validation errors during creation of objects.
* Fix bug where searches failed if Django's CSRF cookie was configured with ``CSRF_COOKIE_HTTPONLY`` set to ``True``
* Update Javascript dependencies to remove security vulnerabilities.

0.10 Release
------------

Expand Down
2 changes: 1 addition & 1 deletion wagtailautocomplete/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 10, 0)
VERSION = (0, 11, 0)
__version__ = '.'.join([str(x) for x in VERSION])

0 comments on commit 0cfc28d

Please sign in to comment.