diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2a2692d2e..d21c04065 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## moler 1.24.0
+
+### Improved 
+* nmap
+* Remove hardcore
+* Command traceroute
+* Scp - new format of question
+
 ## moler 1.23.0
 
 ### Improved 
diff --git a/README.md b/README.md
index a7e622d5e..d3e101293 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![image](https://img.shields.io/badge/pypi-v1.23.0-blue.svg)](https://pypi.org/project/moler/)
+[![image](https://img.shields.io/badge/pypi-v1.24.0-blue.svg)](https://pypi.org/project/moler/)
 [![image](https://img.shields.io/badge/python-2.7%20%7C%203.6%20%7C%203.7%20%7C%203.8-blue.svg)](https://pypi.org/project/moler/)
 [![Build Status](https://travis-ci.org/nokia/moler.svg?branch=master)](https://travis-ci.org/nokia/moler)
 [![Coverage Status](https://coveralls.io/repos/github/nokia/moler/badge.svg?branch=master)](https://coveralls.io/github/nokia/moler?branch=master)
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 2aa631a1b..f593c99e7 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -24,7 +24,7 @@
 author = 'Nokia'
 
 # The short X.Y version
-version = '1.23.0'
+version = '1.24.0'
 # The full version, including alpha/beta/rc tags
 release = 'stable'
 
diff --git a/docs/source/moler.cmd.unix.rst b/docs/source/moler.cmd.unix.rst
index 14cbfc186..7d4a85124 100644
--- a/docs/source/moler.cmd.unix.rst
+++ b/docs/source/moler.cmd.unix.rst
@@ -724,6 +724,14 @@ moler.cmd.unix.top module
     :undoc-members:
     :show-inheritance:
 
+moler.cmd.unix.traceroute module
+--------------------------------
+
+.. automodule:: moler.cmd.unix.traceroute
+    :members:
+    :undoc-members:
+    :show-inheritance:
+
 moler.cmd.unix.tshark module
 ----------------------------
 
diff --git a/setup.py b/setup.py
index e3ff0113c..f49f128de 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@
 
 setup(
     name='moler',  # Required
-    version='1.23.0',  # Required
+    version='1.24.0',  # Required
     description='Moler is library to help in building automated tests',  # Required
     long_description=long_description,  # Optional
     long_description_content_type='text/markdown',  # Optional (see note above)