Skip to content

Commit ef1b69b

Browse files
committed
Update version for release v9.12
1 parent 5103c47 commit ef1b69b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/en_US/release_notes_9_12.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Bug fixes
5252
| `Issue #9350 <https://github.com/pgadmin-org/pgadmin4/issues/9350>`_ - Disable Parameters and Membership fields when object is not new for Login and group roles.
5353
| `Issue #9380 <https://github.com/pgadmin-org/pgadmin4/issues/9380>`_ - Fixed an issue where the Query History panel would auto-scroll to the top and did not preserve the scroll bar position for the selected entry.
5454
| `Issue #9500 <https://github.com/pgadmin-org/pgadmin4/issues/9500>`_ - Fixed an issue where connection parameters were using localized values instead of literal values, causing connection failures.
55-
| `Issue #9518 <https://github.com/pgadmin-org/pgadmin4/issues/9518>`_ - Mask the secret key for restrict option in the process watcher when restoring plain SQL file.
55+
| `Issue #9518 <https://github.com/pgadmin-org/pgadmin4/issues/9518>`_ - Mask the secret key for restrict option in the process watcher when restoring plain SQL file (CVE-2026-1707).
5656
| `Issue #9522 <https://github.com/pgadmin-org/pgadmin4/issues/9522>`_ - Ensure the container deployment supports boolean values in yaml format.
5757
| `Issue #9552 <https://github.com/pgadmin-org/pgadmin4/issues/9552>`_ - Ensure that the tooltip for the password cell is not visible.
5858
| `Issue #9553 <https://github.com/pgadmin-org/pgadmin4/issues/9553>`_ - Fix pgAdmin fails when performing Backup/Restore on a PostgreSQL connection defined exclusively via pg_service.conf.

web/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# Application version number components
2020
APP_RELEASE = 9
21-
APP_REVISION = 11
21+
APP_REVISION = 12
2222

2323
# Application version suffix, e.g. 'beta1', 'dev'. Usually an empty string
2424
# for GA releases.
@@ -27,7 +27,7 @@
2727
# Numeric application version for upgrade checks. Should be in the format:
2828
# [X]XYYZZ, where X is the release version, Y is the revision, with a leading
2929
# zero if needed, and Z represents the suffix, with a leading zero if needed
30-
APP_VERSION_INT = 91100
30+
APP_VERSION_INT = 91200
3131

3232
# DO NOT CHANGE!
3333
# The application version string, constructed from the components

0 commit comments

Comments
 (0)