diff --git a/README.md b/README.md index bca741b652..ccc9a99018 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,8 @@ After using this generator, your new project (the directory created) will contai ### Next release +### 0.3.0 + * PR #14: * Update CRUD utils to use types better. * Simplify Pydantic model names, from `UserInCreate` to `UserCreate`, etc.