diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb143ac..2af8614 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+1.4.0
+ * eBPF and extended perf_events support
+ * HttpClient fixes
+ * Reflection and serialization now works for classes with missing field types
+ * Improved serialization performance
+ * OffheapMap API enhancements; compatibility with newer JDKs
+ * Configure scheduling policy for thread pools
+ * Fixed `byte[]` <-> `long` conversion
+
1.3.2
* Optimized serialization of empty collections
* `schedulingPolicy` option for NIO server threads
diff --git a/pom.xml b/pom.xml
index a4db1c4..2b12bc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
ru.odnoklassniki
one-nio
jar
- 1.3.2
+ 1.4.0
one-nio
https://github.com/odnoklassniki/one-nio
Unconventional Java I/O library