diff --git a/CHANGELOG.md b/CHANGELOG.md index bda9f99..603f76d 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). +## [1.0.0] - 2024-12-12 +### Changed +- Adapted to 2024's 38c3 congress +### Fixed +- Update outdated dependencies + ## [0.7.4] - 2023-01-20 ### Fixed - update dependencies to patch CVE-2024-22421 diff --git a/pyproject.toml b/pyproject.toml index 6523647..d11762f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ homepage = "https://github.com/top-on/optimal-congress" name = "optimal-congress" packages = [{include = "optimal_congress"}] readme = "README.md" -version = "0.7.4" +version = "1.0.0" [tool.poetry.dependencies] pandas = "^2.2.3"