1.9.13
diff --git a/debian/changelog b/debian/changelog
index eaa5fa7..5e4085a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+nginx (1.9.13-1~%%CODENAME%%) %%CODENAME%%; urgency=low
+
+  * 1.9.13
+  * Fixed modules path
+  * Added perl and nJScript dynamic modules subpackages
+
+ -- Konstantin Pavlov <thresh@nginx.com>  Tue, 29 Mar 2016 15:50:00 +0300
+
 nginx (1.9.12-1~%%CODENAME%%) %%CODENAME%%; urgency=low
 
   * 1.9.12
diff --git a/rpm/SPECS/nginx.spec b/rpm/SPECS/nginx.spec
index bab4d17..8d6d53c 100644
--- a/rpm/SPECS/nginx.spec
+++ b/rpm/SPECS/nginx.spec
@@ -60,7 +60,7 @@
 
 # end of distribution specific definitions
 
-%define main_version                 1.9.12
+%define main_version                 1.9.13
 %define main_release                 1%{?dist}.ngx
 %define module_xslt_version          %{main_version}
 %define module_xslt_release          1%{?dist}.ngx
@@ -562,6 +562,11 @@
 fi
 
 %changelog
+* Tue Mar 29 2016 Konstantin Pavlov <thresh@nginx.com>
+- 1.9.13
+- Added perl and nJScript dynamic modules
+- Fixed Requires section for dynamic modules on CentOS7/RHEL7
+
 * Wed Feb 24 2016 Sergey Budnevitch <sb@nginx.com>
 - common configure args are now in macros
 - xslt, image-filter and geoip dynamic modules added