diff --git a/CHANGELOG.md b/CHANGELOG.md index 36afcfb0..cabd2ee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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/). -## Main Branch +## 0.30.6 - 2024-01-01 ### House keeping diff --git a/Cargo.toml b/Cargo.toml index 5c7b8e9c..7642b218 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "sea-query-derive"] [package] name = "sea-query" -version = "0.30.5" +version = "0.30.6" authors = [ "Chris Tsang ", "Billy Chan ",