Update changelog

This commit is contained in:
Lance Edgar 2023-02-12 10:04:27 -06:00
parent b434fa108d
commit ac57ddbb16
2 changed files with 7 additions and 1 deletions

View file

@ -2,6 +2,12 @@
CHANGELOG
=========
0.9.6 (2023-02-12)
------------------
* Refactor ``Query.get()`` => ``Session.get()`` per SQLAlchemy 1.4.
0.9.5 (2023-02-11)
------------------

View file

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