diff --git a/CHANGELOG.md b/CHANGELOG.md index b29c8bd3..9e036ea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## 0.11.0 - Pending +## 0.11.0 - Finalizing + ++ 2023-02-02: `0.11.0-rc.1` ### New Features diff --git a/sea-orm-codegen/Cargo.toml b/sea-orm-codegen/Cargo.toml index 7357a9ee..0abf176a 100644 --- a/sea-orm-codegen/Cargo.toml +++ b/sea-orm-codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sea-orm-codegen" -version = "0.10.3" +version = "0.11.0-rc.1" authors = ["Billy Chan "] edition = "2021" description = "Code Generator for SeaORM"