Update changelog

This commit is contained in:
Lance Edgar 2024-06-04 21:12:44 -05:00
parent 22aceb4d67
commit c189273471
2 changed files with 19 additions and 1 deletions

View file

@ -5,6 +5,24 @@ CHANGELOG
Unreleased
----------
0.10.12 (2024-06-04)
--------------------
* Require pyramid 2.x; remove 1.x-style auth policies.
* Remove version cap for deform.
* Set explicit referrer when changing app theme.
* Add ``<b-tooltip>`` component shim.
* Include extra styles from ``base_meta`` template for butterball.
* Fix product lookup component, per butterball.
* Include butterball theme by default for new apps.
0.10.11 (2024-06-03)
--------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*-
__version__ = '0.10.11'
__version__ = '0.10.12'