We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7290944 commit 170f3eaCopy full SHA for 170f3ea
2 files changed
.github/workflows/docker-publish-on-tag.yml
@@ -8,7 +8,7 @@ on:
8
env:
9
IMAGE_NAME: ghusta/postgres-world-db
10
ENABLE_QEMU: 1
11
- POSTGRES_VERSION: 17.5
+ POSTGRES_VERSION: 17.6
12
BUILD_PUSH_ALPINE: 0
13
14
jobs:
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 2.12.6 (2025-08-15)
4
+Upgrade to PostgreSQL 17.6.
5
+See https://www.postgresql.org/about/news/postgresql-176-1610-1514-1419-1322-and-18-beta-3-released-3118/
6
+
7
## 2.12.5 (2025-05-15)
Upgrade to PostgreSQL 17.5.
See https://www.postgresql.org/about/news/postgresql-173-167-1511-1416-and-1319-released-3015/
0 commit comments