From 30707e15b38a518cc9644f71326c7e1092046716 Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Wed, 31 Jan 2024 14:03:55 +0800 Subject: [PATCH] chore: Release --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74e8992..546657b 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.19.2] - 2024-01-31 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 39ca8f6..edb9c66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgwire" -version = "0.19.1" +version = "0.19.2" edition = "2021" authors = ["Ning Sun "] license = "MIT/Apache-2.0"