From 4d15baabc790da99a25e7b542db110bc9dd4af46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 13:40:07 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- .github/config/release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.github/config/release-please-manifest.json b/.github/config/release-please-manifest.json index e18ee07..37fcefa 100644 --- a/.github/config/release-please-manifest.json +++ b/.github/config/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..23b8031 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## 1.0.0 (2026-05-04) + + +### ⚠ BREAKING CHANGES + +* typed handler API and at-least-once semantics + +### Features + +* typed handler API and at-least-once semantics ([a0333c1](https://github.com/pgx-contrib/pgxrepl/commit/a0333c13e124a2ba3c34491d893e41a3c489edd2)) + + +### Bug Fixes + +* **github:** correct action versions in update.yml ([b56898a](https://github.com/pgx-contrib/pgxrepl/commit/b56898a6b0edef712ec06a2d54055e5fbfb0e836))