From 94c231ae61f948e8b903fa4ab2441d7490d1aa5d Mon Sep 17 00:00:00 2001 From: Anastasia Alexadrova Date: Thu, 28 Apr 2022 14:34:06 +0300 Subject: [PATCH] PG-387 Release note for GA release modified: docs/RELEASE_NOTES.md --- docs/RELEASE_NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index 5a630c4..db2c401 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -2,6 +2,10 @@ Below is the complete list of release notes for every version of ``pg_stat_monitor``. +## 1.0.0 + +Bump version from 1.0.0-rc.2 to 1.0.0. + ## 1.0.0-rc.2 ### Improvements @@ -132,6 +136,7 @@ Column datname (string) was added (replacement for dbid). ## REL0_7_0_STABLE + ### Improvements [PG-153](https://jira.percona.com/browse/PG-153): Capture and record the application_name executing the query.