diff --git a/CHANGELOG.md b/CHANGELOG.md index ac7e40c..5caafb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm +## v4.7.3 (2023-07-11) + +### Fix + +* **deps:** Update dependency torch to v1.13.1 [security] ([`ed17d10`](https://github.com/billsioros/RoughGAN/commit/ed17d10c83db4eba185a03d79584434a014320dc)) + +### Documentation + +* Update the `README` ([`0dfca14`](https://github.com/billsioros/RoughGAN/commit/0dfca14427bbe2e0da1f2a58c20092d3419fc755)) + +**[See all commits in this version](https://github.com/billsioros/RoughGAN/compare/v4.7.2...v4.7.3)** + ## v4.7.2 (2023-07-11) ### Fix @@ -30,6 +42,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v4.7.3 (2023-07-11) + +### Fix + +* **deps:** Update dependency torch to v1.13.1 [security] ([`ed17d10`](https://github.com/billsioros/RoughGAN/commit/ed17d10c83db4eba185a03d79584434a014320dc)) + +### Documentation + +* Update the `README` ([`0dfca14`](https://github.com/billsioros/RoughGAN/commit/0dfca14427bbe2e0da1f2a58c20092d3419fc755)) + +**[See all commits in this version](https://github.com/billsioros/RoughGAN/compare/v4.7.2...v4.7.3)** + ## v4.7.2 (2023-07-11) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 8e9bd1a..67b1fb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ strict = true [tool.poetry] name = "RoughGAN" -version = "4.7.2" +version = "4.7.3" description = "A nanorough surfaces oriented ML library" readme = "README.md" authors = ["Vasilis Sioros "]