diff --git a/CHANGELOG.md b/CHANGELOG.md index 13371a4..bdcae9a 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.13.0] - 2023-04-08 ### Added diff --git a/Cargo.toml b/Cargo.toml index 63b9027..9d805e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgwire" -version = "0.12.0" +version = "0.13.0" edition = "2021" authors = ["Ning Sun "] license = "MIT/Apache-2.0"