diff --git a/CHANGELOG.md b/CHANGELOG.md index 001e9e13..976a9b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention. +## [0.3.1] - 2023-11-28 ++ Update - Flowchart borders for consistency with other DataJoint Elements ++ Fix - `dj.config()` setup moved to `tutorial_pipeline.py` instead of `__init__.py` ++ Update - Elements installed directly from GitHub instead of PyPI ++ Update - Structure of the tutorial notebook + ## [0.3.0] - 2023-10-25 + Add - DevContainer for codespaces diff --git a/element_array_ephys/version.py b/element_array_ephys/version.py index 6669fd89..44e1df2a 100644 --- a/element_array_ephys/version.py +++ b/element_array_ephys/version.py @@ -1,2 +1,2 @@ """Package metadata.""" -__version__ = "0.3.0" +__version__ = "0.3.1"