Adding Lucene news for release 8.6.1
diff --git a/content/core/core_news/2020-08-13-8-6-1-available.md b/content/core/core_news/2020-08-13-8-6-1-available.md
new file mode 100644
index 0000000..efc0c68
--- /dev/null
+++ b/content/core/core_news/2020-08-13-8-6-1-available.md
@@ -0,0 +1,20 @@
+Title: Apache Lucene™ 8.6.1 available
+category: core/news
+URL:
+save_as:
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 8.6.1.
+
+Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.
+
+This release contains numerous bug fixes, optimizations, and improvements, some of which are highlighted below. The release is available for immediate download at:
+
+  <https://lucene.apache.org/core/downloads.html>
+
+### Lucene 8.6.1 Release Highlights:
+
+ * LUCENE-9443: The UnifiedHighlighter was closing the underlying reader when there were multiple term-vector fields.
+
+Please read CHANGES.txt for a full list of changes:
+
+  <https://lucene.apache.org/core/8_6_1/changes/Changes.html>