diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 03b31a2f..8d5844a0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,11 @@ Changelog This document records the main changes to the ``sdssdb`` code. +* :release:`0.10.0 <2024-04-23>` +* Add ``catalogdb.too_target`` and ``catalogdb.too_metadata`` tables and models. +* Add new cadences. +* Add ``disabled`` flag to tile. + * :release:`0.9.0 <2024-03-08>` * Add new schema for ``astra`` to ``sdss5db``. * Added new peewee and sqlalchemy ORMs for ``astra`` schema. diff --git a/setup.cfg b/setup.cfg index 8054ed2f..09a78707 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sdssdb -version = 0.9.0a0 +version = 0.10.0 author = José Sánchez-Gallego author_email = gallegoj@uw.edu description = SDSS product for database management