diff --git a/CHANGELOG.md b/CHANGELOG.md index 98fae936..79fde417 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## v0.26.6 (2022-06-16) + +### Feat + +- **datasets/bridging**: support getting targets + ## v0.26.5 (2022-06-16) ### Fix diff --git a/pyproject.toml b/pyproject.toml index e20ac3ff..5da34960 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "boiling-learning" -version = "0.26.5" +version = "0.26.6" description = "Deep learning models for phase-change quantification and classification." authors = [ {name = "Ruan Comelli", email = "ruancomelli@gmail.com"} @@ -160,5 +160,5 @@ plugins = [ [tool.commitizen] tag_format = "v$major.$minor.$patch$prerelease" update_changelog_on_bump = true -version = "0.26.5" +version = "0.26.6" version_files = ["pyproject.toml:version"]