diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b476f131..8d5a2cf2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,9 @@ Changelog This document records the main changes to the ``sdssdb`` code. +* :release:`0.8.2 <2023-12-05>` +* Change ``DATE`` to ``TIMESTAMPTZ`` for the datetime columns in ``opsdb.overhead`` and models. Fixed the SQLAlchemy ``Overhead`` model which was in ``targetdb`` by mistake. + * :release:`0.8.1 <2023-12-05>` * Added ``opsdb.overhead`` table and models for Peewee and SQLAlchemy. * Updated GitHub workflows. diff --git a/setup.cfg b/setup.cfg index a83e0dff..9d6e0259 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sdssdb -version = 0.8.2a0 +version = 0.8.2 author = José Sánchez-Gallego author_email = gallegoj@uw.edu description = SDSS product for database management