diff --git a/postgres-types/CHANGELOG.md b/postgres-types/CHANGELOG.md index 83bc4d1f..f8b2835e 100644 --- a/postgres-types/CHANGELOG.md +++ b/postgres-types/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## v0.2.2 - 2021-09-29 + +### Added + +* Added support for `eui48` 1.0 via the `with-eui48-1` feature. +* Added `ToSql` and `FromSql` implementations for array types via the `array-impls` feature. +* Added support for `time` 0.3 via the `with-time-0_3` feature. + ## v0.2.1 - 2021-04-03 ### Added diff --git a/postgres-types/Cargo.toml b/postgres-types/Cargo.toml index 8fc6ed10..7eca3fbc 100644 --- a/postgres-types/Cargo.toml +++ b/postgres-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "postgres-types" -version = "0.2.1" +version = "0.2.2" authors = ["Steven Fackler "] edition = "2018" license = "MIT/Apache-2.0"