Merge branch '0.18.1'
diff --git a/CHANGES.md b/CHANGES.md
index 682f700..0173f6f 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,24 @@
 # Apache Thrift Changelog
 
+
+## 0.18.1
+
+### Known Open Issues (Blocker or Critical)
+
+- [THRIFT-3877](https://issues.apache.org/jira/browse/THRIFT-3877) - C++ library don't work with HTTP (csharp server, cpp client; need cross test enhancement)
+- [THRIFT-5468](https://issues.apache.org/jira/browse/THRIFT-5468) - Swift service generator doesn't support oneway
+
+### Reopened issues
+
+- [THRIFT-5601](https://issues.apache.org/jira/browse/THRIFT-5601) - Typedef after first use causes incorrect go code
+
+### Go
+
+- [THRIFT-5685](https://issues.apache.org/jira/browse/THRIFT-5685) - Compiler generates wrong go code for forward defined types in optional fields
+- [THRIFT-5679](https://issues.apache.org/jira/browse/THRIFT-5679) - libthrift-0.17.0 has wrong version numbers in MANIFEST.MF
+
+
+
 ## 0.18.0
 
 ### Known Open Issues (Blocker or Critical)
diff --git a/debian/changelog b/debian/changelog
index 1f26d9b..93dc7aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+thrift (0.18.1) stable; urgency=low
+
+  * update to 0.18.1
+
+ -- Apache Thrift Developers <dev@thrift.apache.org>  Wed, 15 Feb 2023 22:15:00 +0100
+
 thrift (0.18.0) stable; urgency=low
 
   * update to 0.18.0
diff --git a/doap.rdf b/doap.rdf
index 8a0b0bb..9c4d63c 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -57,6 +57,11 @@
     <release rdf:parseType="Collection">
       <Version>
         <name>Apache Thrift</name>
+        <created>2022-02-15</created>
+        <revision>0.18.1</revision>
+      </Version>
+      <Version>
+        <name>Apache Thrift</name>
         <created>2022-02-06</created>
         <revision>0.18.0</revision>
       </Version>