Please view this file on the master branch, on stable branches it's out of date.
## 12.7.5
### Fixed (1 change)
- Fix DB connection pool size for Geo database. !24021
## 12.7.4
- No changes.
......
......
......@@ -2,6 +2,16 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
 
## 12.7.5
### Fixed (4 changes, 1 of them is from the community)
- Add accidentally deleted project config for custom apply suggestions. !23687 (Fabio Huser)
- Fix database permission check for triggers on Amazon RDS. !24035
- Fix applying the suggestions with an empty custom message. !24144
- Remove invalid data from issue_tracker_data table.
## 12.7.4
 
### Security (1 change)
......
......
12.7.4-ee
12.7.5-ee
---
title: Remove invalid data from issue_tracker_data table
merge_request:
author:
type: fixed
---
title: Add accidentally deleted project config for custom apply suggestions
merge_request: 23687
author: Fabio Huser
type: fixed
---
title: Fix applying the suggestions with an empty custom message
merge_request: 24144
author:
type: fixed
---
title: Fix database permission check for triggers on Amazon RDS
merge_request: 24035
author:
type: fixed