diff --git a/CHANGELOG.md b/CHANGELOG.md index 08be12fc..3cd3f93b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ +## v0.28.2 (2022-06-17) + +### Refactor + +- **scripts/run_experiment**: comment out currently unused script + +### Feat + +- **management/allocators**: add logging to `JSONTableAllocator` + ## v0.28.1 (2022-06-17) ### Feat diff --git a/pyproject.toml b/pyproject.toml index a119265a..8a0d8375 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "boiling-learning" -version = "0.28.1" +version = "0.28.2" description = "Deep learning models for phase-change quantification and classification." authors = [ {name = "Ruan Comelli", email = "ruancomelli@gmail.com"} @@ -151,5 +151,5 @@ plugins = [ [tool.commitizen] tag_format = "v$major.$minor.$patch$prerelease" update_changelog_on_bump = true -version = "0.28.1" +version = "0.28.2" version_files = ["pyproject.toml:version"]