diff --git a/CHANGELOG.md b/CHANGELOG.md index 95e8e4d..6d72053 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.27.0] - 2024-11-30 ### Added diff --git a/Cargo.toml b/Cargo.toml index af82556..21a7e06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgwire" -version = "0.26.0" +version = "0.27.0" edition = "2021" authors = ["Ning Sun "] license = "MIT/Apache-2.0"