# HG changeset patch
# User althonos
# Date 1686309967 0
# Node ID a41a2bcb0b9174f683de127de65187062d916641
# Parent  6ba37b7dea42b0763655c80ba89c1273bdc701e2
Release v0.9.8

diff -r 6ba37b7dea42 -r a41a2bcb0b91 CHANGELOG.md
--- a/CHANGELOG.md	Fri May 26 12:10:43 2023 +0000
+++ b/CHANGELOG.md	Fri Jun 09 11:26:07 2023 +0000
@@ -5,7 +5,16 @@
 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 
 ## [Unreleased]
-[Unreleased]: https://github.com/zellerlab/GECCO/compare/v0.9.7...master
+[Unreleased]: https://github.com/zellerlab/GECCO/compare/v0.9.8...master
+
+
+## [v0.9.8] - 2023-06-09
+[v0.9.8]: https://github.com/zellerlab/GECCO/compare/v0.9.7...v0.9.8
+
+### Fixed
+- `ClusterTable.from_clusters` extracting cluster IDs in the wrong column.
+- Deprecation warnings in `polars.read_csv` and `polars.write_csv` with recent `polars` versions.
+- Deprecation warnings in `importlib_resources` with recent Python versions.
 
 
 ## [v0.9.7] - 2023-05-26