Update changelog

This commit is contained in:
Lance Edgar 2024-04-01 18:27:42 -05:00
parent a198181cfb
commit defffb4927
2 changed files with 4 additions and 1 deletions

View file

@ -5,6 +5,9 @@ CHANGELOG
Unreleased Unreleased
---------- ----------
0.11.9 (2024-04-01)
-------------------
* Fix session bug when making new employee record. * Fix session bug when making new employee record.
* Add ``Person.preferred_first_name`` to schema. * Add ``Person.preferred_first_name`` to schema.

View file

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