diff --git a/CHANGELOG.md b/CHANGELOG.md index f466fbe..683c443 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,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). -## [Unreleased] -### Added -- Add `pyproject.toml` +## [0.1.5] - 2022-02-21 +### Fixed +- Fixed bug in `predict` of `Estimator`. [#30](https://github.com/feos-org/feos-core/pull/30) +### Added +- Add `pyproject.toml`. [#29](https://github.com/feos-org/feos-core/pull/29) ## [0.1.4] - 2022-02-18 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 925427c..b5aefb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "feos-core" -version = "0.1.4" +version = "0.1.5" authors = ["Gernot Bauer ", "Philipp Rehner ", "Philipp Rehner