diff --git a/CHANGELOG.md b/CHANGELOG.md index d82225d..0fb2b43 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.7 (2023-07-19) + +### Fix + +* Revert `relekang/python-semantic-release` update ([`b81141a`](https://github.com/billsioros/RoughGAN/commit/b81141ac30309e802390500a6626e0af43a8d2eb)) + +**[See all commits in this version](https://github.com/billsioros/RoughGAN/compare/v4.7.6...v4.7.7)** + ## v4.7.6 (2023-07-13) ### Fix @@ -70,6 +78,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v4.7.7 (2023-07-19) + +### Fix + +* Revert `relekang/python-semantic-release` update ([`b81141a`](https://github.com/billsioros/RoughGAN/commit/b81141ac30309e802390500a6626e0af43a8d2eb)) + +**[See all commits in this version](https://github.com/billsioros/RoughGAN/compare/v4.7.6...v4.7.7)** + ## v4.7.6 (2023-07-13) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 0bffcd7..b1d50f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ strict = true [tool.poetry] name = "RoughGAN" -version = "4.7.6" +version = "4.7.7" description = "A nanorough surfaces oriented ML library" readme = "README.md" authors = ["Vasilis Sioros "]