From b179036ab44d2e9ebc3da552740771681692cda2 Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Sat, 7 Dec 2024 13:56:22 +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 6c94404..0dbf20c 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.28.0] - 2024-12-07 ### Added diff --git a/Cargo.toml b/Cargo.toml index 21a7e06..cb474f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgwire" -version = "0.27.0" +version = "0.28.0" edition = "2021" authors = ["Ning Sun "] license = "MIT/Apache-2.0"