diff --git a/CHANGELOG.md b/CHANGELOG.md index b1022e55c..8a0256c3d 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.30.2 - Pending +## 0.30.2 - 2023-09-23 + ++ [`sea-query-diesel`/`0.1.0`](https://crates.io/crates/sea-query-diesel/0.1.0) ### Bug Fixes diff --git a/sea-query-diesel/Cargo.toml b/sea-query-diesel/Cargo.toml index 4f0c5d85b..88605e08a 100644 --- a/sea-query-diesel/Cargo.toml +++ b/sea-query-diesel/Cargo.toml @@ -17,7 +17,7 @@ rust-version = "1.60" [lib] [dependencies] -sea-query = { version = "0.31", path = "..", default-features = false } +sea-query = { version = "0.30", path = "..", default-features = false } diesel = { version = "2.1.1", features = [ "i-implement-a-third-party-backend-and-opt-into-breaking-changes", ] }