0.14.1 release notes (#161)

diff --git a/landing-page/content/common/release-notes.md b/landing-page/content/common/release-notes.md
index 97145b0..60797cd 100644
--- a/landing-page/content/common/release-notes.md
+++ b/landing-page/content/common/release-notes.md
@@ -69,7 +69,30 @@
 ```
 
 
-## 0.14.0 release
+## 0.14.1 release
+
+This release includes all bug fixes from the 0.14.x patch releases.
+
+### Notable bug fixes
+
+* API
+  - API: Fix ID assignment in schema merging ([#5395](https://github.com/apache/iceberg/pull/5395))
+* Core
+  - Core: Fix snapshot log with intermediate transaction snapshots ([#5568](https://github.com/apache/iceberg/pull/5568))
+  - Core: Fix exception handling in BaseTaskWriter ([#5683](https://github.com/apache/iceberg/pull/5683))
+  - Core: Support deleting tables without metadata files ([#5510](https://github.com/apache/iceberg/pull/5510))
+  - Core: Add CommitStateUnknownException handling to REST ([#5694](https://github.com/apache/iceberg/pull/5694))
+* Spark
+  - Spark: Fix stats in rewrite metadata action ([#5691](https://github.com/apache/iceberg/pull/5691))
+* File Formats
+  - Parquet: Close zstd input stream early to avoid memory pressure ([#5681](https://github.com/apache/iceberg/pull/5681))
+* Vendor Integrations
+  - Core, AWS: Fix Kryo serialization failure for FileIO ([#5437](https://github.com/apache/iceberg/pull/5437))
+  - AWS: S3OutputStream - failure to close should persist on subsequent close calls ([#5311](https://github.com/apache/iceberg/pull/5311))
+
+## Past releases
+
+### 0.14.0 release
 
 Apache Iceberg 0.14.0 was released on 16 July 2022.
 
@@ -204,9 +227,6 @@
 * Updated Nessie to 0.30.0 (previously 0.18.0)
 * Updated Caffeine to 2.9.3 (previously 2.8.4)
 
-
-## Past releases
-
 ### 0.13.2
 
 Apache Iceberg 0.13.2 was released on June 15th, 2022.