Merge branch 'main' into production
diff --git a/content/core/core_news/2021-04-12-8-8-2-available.md b/content/core/core_news/2021-04-12-8-8-2-available.md
new file mode 100644
index 0000000..1c08840
--- /dev/null
+++ b/content/core/core_news/2021-04-12-8-8-2-available.md
@@ -0,0 +1,22 @@
+Title: Apache Lucene™ 8.8.2 available
+category: core/news
+URL:
+save_as:
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 8.8.2.
+
+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 three bug fixes. The release is available for immediate download at:
+
+  <https://lucene.apache.org/core/downloads.html>
+
+### Lucene 8.8.2 Release Highlights:
+
+ * LUCENE-9870: Fix Circle2D intersectsLine t-value (distance) range clamp
+ * LUCENE-9744: NPE on a degenerate query in MinimumShouldMatchIntervalsSource$MinimumMatchesIterator.getSubMatches().
+ * LUCENE-9762: DoubleValuesSource.fromQuery (also used by FunctionScoreQuery.boostByQuery) could throw an exception when the query implements TwoPhaseIterator and when the score is requested repeatedly
+
+Please read CHANGES.txt for a full list of changes:
+
+  <https://lucene.apache.org/core/8_8_2/changes/Changes.html>
diff --git a/pelicanconf.py b/pelicanconf.py
index 9ab6a25..cb17120 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-LUCENE_LATEST_RELEASE = '8.8.1'
-LUCENE_LATEST_RELEASE_DATE = datetime(2021, 2, 22)
+LUCENE_LATEST_RELEASE = '8.8.2'
+LUCENE_LATEST_RELEASE_DATE = datetime(2021, 4, 12)
 LUCENE_PREVIOUS_MAJOR_RELEASE = '7.7.3'
 
 # This string will be appended to all unversioned css and js resources to prevent caching surprises on edits.