diff --git a/CHANGELOG.md b/CHANGELOG.md index df330b21..19abfede 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.10.2 - 2022-10-26 + +* Fix parsing of Postgres user-defined types https://github.com/SeaQL/sea-schema/pull/84 + ## 0.10.1 - 2022-10-23 * Parse & write Postgres array datatypes https://github.com/SeaQL/sea-schema/pull/83 diff --git a/Cargo.toml b/Cargo.toml index ebf185f9..c1d3ab00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ [package] name = "sea-schema" -version = "0.10.1" +version = "0.10.2" authors = [ "Chris Tsang " ] edition = "2021" description = "🌿 SQL schema definition and discovery"