diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8d8b5..b2b1768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - ReleaseDate +## [0.23.0] - 2024-06-14 ### Added diff --git a/Cargo.toml b/Cargo.toml index 8dc7bad..05e2585 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgwire" -version = "0.22.0" +version = "0.23.0" edition = "2021" authors = ["Ning Sun "] license = "MIT/Apache-2.0"