Update changelog

This commit is contained in:
Lance Edgar 2023-02-12 11:22:06 -06:00
parent 995e0dde0a
commit b887875f80
2 changed files with 7 additions and 1 deletions

View file

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

View file

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