Fix wrong PR links in changelog (#7350)

When preparing changelog for 12.1.1 release, I accidentally swapped
the PR numbers for the two commits. This commit fixes the changelog
to point to the correct PRs.

(cherry picked from commit 5efd3f181a)
pull/7351/head
Hanefi Onaldi 2023-11-16 14:12:17 +03:00
parent 2c630eca50
commit 4c110faf1b
No known key found for this signature in database
GPG Key ID: F18CDB10BA0DFDC7
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
### citus v12.1.1 (November 9, 2023) ###
* Fixes leaking of memory and memory contexts in Citus foreign key cache
(#7219)
(#7236)
* Makes sure to disallow creating a replicated distributed table concurrently
(#7236)
(#7219)
### citus v12.1.0 (September 12, 2023) ###