diff --git a/CHANGELOG.md b/CHANGELOG.md index 1761a75..c364f44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/chanzuckerberg/platformics/compare/v0.4.0...v0.4.1) (2024-10-21) + + +### Bug Fixes + +* Don't create migration if there are no schema changes ([#118](https://github.com/chanzuckerberg/platformics/issues/118)) ([979518b](https://github.com/chanzuckerberg/platformics/commit/979518b76f79894ee1d798b966d0279f04d292ab)) + ## [0.4.0](https://github.com/chanzuckerberg/platformics/compare/v0.3.0...v0.4.0) (2024-10-18) diff --git a/pyproject.toml b/pyproject.toml index f442ec8..3ea4c47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "platformics" # placeholder version that will be replace by poetry-dynamic-versioning -version = "0.4.0" +version = "0.4.1" description = "Codegen Python GraphQL Entity Framework" authors = ["CZI Team "] license = "MIT License"