Skip to content

Commit

Permalink
Fix wrong PR links in changelog (#7350)
Browse files Browse the repository at this point in the history
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 5efd3f1)
  • Loading branch information
hanefi committed Nov 16, 2023
1 parent 2c630ec commit 4c110fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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) ###

Expand Down

0 comments on commit 4c110fa

Please sign in to comment.