diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf7ac31..ea64e0b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+1.3.0
+ * SSL improvements: RDRAND, PEER_CERTIFICATE_CHAIN, autoupdate certificates
+ * Extended Perf Events API, including PEBS
+ * Garbage free thread safe date utilities; high performance date formatter
+ * Serialization: collection type evolution; better JSON support
+ * PROXY protocol support for RPC server
+ * Configurable `DigestStream`
+ * `Thread.onSpinWait` bridge
+ * Custom collection converters for `ConfigParser`
+
1.2.1
* Enable SO_KEEPALIVE on a ServerSocket by default
* Fixed server graceful shutdown
diff --git a/pom.xml b/pom.xml
index 4ca7247..b349c9b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
ru.odnoklassniki
one-nio
jar
- 1.2.1
+ 1.3.0
one-nio
https://github.com/odnoklassniki/one-nio
Unconventional Java I/O library