diff --git a/CHANGELOG.md b/CHANGELOG.md index 8484639d..08be12fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## v0.28.1 (2022-06-17) + +### Feat + +- **model/layers**: add image normalization preprocessing layer + ## v0.28.0 (2022-06-17) ### Refactor diff --git a/pyproject.toml b/pyproject.toml index 28ae786c..8909be1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "boiling-learning" -version = "0.28.0" +version = "0.28.1" description = "Deep learning models for phase-change quantification and classification." authors = [ {name = "Ruan Comelli", email = "ruancomelli@gmail.com"} @@ -156,5 +156,5 @@ plugins = [ [tool.commitizen] tag_format = "v$major.$minor.$patch$prerelease" update_changelog_on_bump = true -version = "0.28.0" +version = "0.28.1" version_files = ["pyproject.toml:version"]