diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fb2b43..803e32d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm +## v4.7.8 (2024-08-13) + +### Fix + +* **deps:** Update dependency torch to v2 [security] ([`ae9dae6`](https://github.com/billsioros/RoughGAN/commit/ae9dae62e1e2cd0ec034018b7eee0613891c9221)) + +**[See all commits in this version](https://github.com/billsioros/RoughGAN/compare/v4.7.7...v4.7.8)** + ## v4.7.7 (2023-07-19) ### Fix @@ -78,6 +86,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v4.7.8 (2024-08-13) + +### Fix + +* **deps:** Update dependency torch to v2 [security] ([`ae9dae6`](https://github.com/billsioros/RoughGAN/commit/ae9dae62e1e2cd0ec034018b7eee0613891c9221)) + +**[See all commits in this version](https://github.com/billsioros/RoughGAN/compare/v4.7.7...v4.7.8)** + ## v4.7.7 (2023-07-19) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 6150e24..098c9c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ strict = true [tool.poetry] name = "RoughGAN" -version = "4.7.7" +version = "4.7.8" description = "A nanorough surfaces oriented ML library" readme = "README.md" authors = ["Vasilis Sioros "]