diff --git a/CHANGELOG.md b/CHANGELOG.md index 037d3dd90d4cc67096269878f1eb2d801cf6a181..7ccc40f0355323a1bc68910825e46b8a8d3e14c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 13.2.9 (2020-09-04) + +### Fixed (2 changes) + +- Fix ActiveRecord::IrreversibleOrderError during restore from backup. !40789 +- Update the 2FA user update check to account for rounding errors. !41327 + + ## 13.2.8 (2020-09-02) ### Security (1 change) diff --git a/changelogs/unreleased/cat-time-precision-2fa-ldap.yml b/changelogs/unreleased/cat-time-precision-2fa-ldap.yml deleted file mode 100644 index dc2cdaa8632fd1f6b2cd0a67e585466af6311e16..0000000000000000000000000000000000000000 --- a/changelogs/unreleased/cat-time-precision-2fa-ldap.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Update the 2FA user update check to account for rounding errors -merge_request: 41327 -author: -type: fixed diff --git a/changelogs/unreleased/sh-fix-backup-restore-race.yml b/changelogs/unreleased/sh-fix-backup-restore-race.yml deleted file mode 100644 index ab5d4d8fcb00d0b36866d97e7952e4bc5c5415e1..0000000000000000000000000000000000000000 --- a/changelogs/unreleased/sh-fix-backup-restore-race.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix ActiveRecord::IrreversibleOrderError during restore from backup -merge_request: 40789 -author: -type: fixed