diff options
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | changelogs/unreleased/sh-fix-mysql-migration-10-3.yml | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b69c5ee14c..b716dd4bf13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 10.3.2 (2017-12-28) + +### Fixed (1 change) + +- Fix migration for removing orphaned issues.moved_to_id values in MySQL and PostgreSQL. + + ## 10.3.1 (2017-12-27) ### Fixed (3 changes) diff --git a/changelogs/unreleased/sh-fix-mysql-migration-10-3.yml b/changelogs/unreleased/sh-fix-mysql-migration-10-3.yml deleted file mode 100644 index d3d1d2f8256..00000000000 --- a/changelogs/unreleased/sh-fix-mysql-migration-10-3.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix migration for removing orphaned issues.moved_to_id values in MySQL and PostgreSQL -merge_request: -author: -type: fixed |