diff --git a/CHANGELOG.md b/CHANGELOG.md index a4f4a4fd..7f88c6dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.2.3] - 2024-02-22 + +### New +- Fixed removing column highlights + ## [0.2.2] - 2024-02-16 ### New diff --git a/proteobench/__init__.py b/proteobench/__init__.py index a8640fb1..89334f08 100644 --- a/proteobench/__init__.py +++ b/proteobench/__init__.py @@ -1,3 +1,3 @@ """ProteoBench""" -__version__ = "0.2.2-beta" +__version__ = "0.2.3-beta"