Please view this file on the master branch, on stable branches it's out of date. Please view this file on the master branch, on stable branches it's out of date.
## 12.8.1
### Performance (1 change)
- Geo - Fix query to retrieve Job Artifacts when selective sync is disabled. !25388
## 12.8.0 ## 12.8.0
### Removed (1 change) ### Removed (1 change)
... ...
......
...@@ -2,6 +2,17 @@ ...@@ -2,6 +2,17 @@
documentation](doc/development/changelog.md) for instructions on adding your own documentation](doc/development/changelog.md) for instructions on adding your own
entry. entry.
   
## 12.8.1
### Fixed (5 changes)
- Fix markdown layout of incident issues. !25352
- Time series extends axis options correctly. !25399
- Fix "Edit Release" page. !25469
- Fix upgrade failure in EE displaying license. !25788
- Fixed last commit widget when Gravatar is disabled.
## 12.8.0 ## 12.8.0
   
### Security (6 changes, 2 of them are from the community) ### Security (6 changes, 2 of them are from the community)
... ...
......
12.8.0 12.8.1
12.8.0-ee 12.8.1-ee
---
title: Time series extends axis options correctly
merge_request: 25399
author:
type: fixed
---
title: Fix "Edit Release" page
merge_request: 25469
author:
type: fixed
---
title: Fixed last commit widget when Gravatar is disabled
merge_request:
author:
type: fixed
---
title: Fix markdown layout of incident issues
merge_request: 25352
author:
type: fixed
---
title: Fix upgrade failure in EE displaying license
merge_request: 25788
author:
type: fixed