diff --git a/CHANGELOG b/CHANGELOG
index 4f98d0a691532c3104a950eb66e36d67a94e61af..fcfd0a21be37aead52732944e1b872374d699078 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -12,6 +12,7 @@ v 8.9.1
   - Fix merge requests project settings help link anchor
   - Fix GitLab project import issues related to notes and builds
   - Improve performance of searching repository tags by name by using a memorized tag array
+  - Fix false truncated warnings with ISO-8559 files
   - Fix 404 when accessing pipelines as guest user on public projects
 
 v 8.9.0
diff --git a/Gemfile.lock b/Gemfile.lock
index ba16e4bf3378be01879b9136f96739abe5b71b58..ce52985bd4ae55f657fdb723df4ac8381f8e5ca2 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -277,7 +277,7 @@ GEM
       posix-spawn (~> 0.3)
     gitlab_emoji (0.3.1)
       gemojione (~> 2.2, >= 2.2.1)
-    gitlab_git (10.2.0)
+    gitlab_git (10.2.3)
       activesupport (~> 4.0)
       charlock_holmes (~> 0.7.3)
       github-linguist (~> 4.7.0)