Version 2017.3
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index d207e87..4817c57 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,12 +1,34 @@
-apt-cacher formula
-=========================================
+=========
+Changelog
+=========
 
-0.1 (2015-08-22)
+Version 2017.3
+=============================
 
-- Initial formula setup
+commit 338bbfd8e8ea12bf7633a66a01090800c33cbdde (HEAD -> master, origin/master)
+Author: Filip Pytloun <filip@pytloun.cz>
 
-0.2 (2017-03-16)
+    Fix formula name, other fixes for release
 
-- Added proxy support
-- Added passthruurl support
-- Added passthrupattern support
+commit 07e5a9d8d8c9be3963001c9bd48ba04127b99761
+Author: Damian Szeluga <damian.szeluga@gmail.com>
+
+    aptcacher renamed to apt_cacher_ng
+
+Version 0.2
+=============================
+
+commit d4cee1a3ac5ee361ea1b5ecf3cc93cb6e4d4ff0a
+Author: Damian Szeluga <damian.szeluga@gmail.com>
+
+    Fix readme
+
+commit 775e33382e6f806e4b6c12c032826a42f66c1eaf
+Author: Damian Szeluga <damian.szeluga@gmail.com>
+
+    Fix broken formula + add couple more features
+
+Version 0.1
+=============================
+
+
diff --git a/README.rst b/README.rst
index 2795d0e..57c7fba 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
 
-=============
-apt-cacher-ng
-=============
+=========
+aptcacher
+=========
 
 Apt-Cacher NG is a caching HTTP proxy intended for use with download clients of system distribution's package managers.
 
@@ -12,7 +12,7 @@
 
 .. code-block:: yaml
 
-    apt_cacher_ng:
+    aptcacher:
       server:
         enabled: true
         bind:
@@ -24,7 +24,7 @@
 
 .. code-block:: yaml
 
-    apt_cacher_ng:
+    aptcacher:
       server:
         enabled: true
         bind:
@@ -47,4 +47,4 @@
 Read more
 =========
 
-* https://www.unix-ag.uni-kl.de/~bloch/acng/ 
+* https://www.unix-ag.uni-kl.de/~bloch/acng/
diff --git a/VERSION b/VERSION
index 3b04cfb..7826a72 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.2
+2017.3
diff --git a/debian/changelog b/debian/changelog
index 7851459..a7595fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+salt-formula-aptcacher (2017.3) trusty; urgency=medium
+
+  * New version
+
+ -- Filip Pytloun <filip@pytloun.cz>  Mon, 27 Mar 2017 10:55:52 +0200
+
 salt-formula-aptcacher (0.2) trusty; urgency=medium
 
   * Initial release
diff --git a/metadata.yml b/metadata.yml
index ac450e1..c98beee 100644
--- a/metadata.yml
+++ b/metadata.yml
@@ -1,3 +1,3 @@
 name: "aptcacher"
-version: "0.1"
+version: "2017.3"
 source: "https://github.com/salt-formula/salt-formula-aptcacher"