diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a453797f..6ce649688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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.28.1 - 2022-12-29 + +* Fixes Postgres `GEN_RANDOM_UUID` https://github.com/SeaQL/sea-query/issues/568 + ## 0.28.0 - 2022-12-09 ### New Features diff --git a/Cargo.toml b/Cargo.toml index f5fd3a267..b775aed7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "sea-query-derive"] [package] name = "sea-query" -version = "0.28.0" +version = "0.28.1" authors = [ "Chris Tsang ", "Billy Chan ",