diff --git a/CHANGELOG.md b/CHANGELOG.md index b3a08523e..700d8b50e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.27.1 - Pending + +* Fix consecutive spacing on schema statements https://github.com/SeaQL/sea-query/pull/481 +* SQLite bind `rust_decimal` & `bigdecimal` as f64 https://github.com/SeaQL/sea-query/pull/480 + ## 0.27.0 - 2022-10-16 ### New Features