diff --git a/debian/changelog b/debian/changelog
index 0738433be04506893186d177136588d9ef7b355d..6b21eb8f7db78711656369a99ccba53f98c566d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libshadertoy (0.0.5) unstable; urgency=medium
+
+  * Fix support for iGlobalTime as well as iTime
+
+ -- Vincent Tavernier <vincent.tavernier@inria.fr>  Thu, 12 Oct 2017 15:00:00 +0200
+
 libshadertoy (0.0.4) unstable; urgency=medium
 
   * Fix example 50-shadertoy
diff --git a/debian/control b/debian/control
index 53cde704a1b70b685c661478d806161af2e61c55..20138ee53b7263dbfab3767549d7f07499599794 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Git: https://gitlab.inria.fr/vtaverni/libshadertoy.git
 Vcs-Browser: https://gitlab.inria.fr/vtaverni/libshadertoy/tree/master
 
 Package: libshadertoy-dev
-Version: 0.0.4
+Version: 0.0.5
 Section: libdevel
 Architecture: all
 Depends: libshadertoy0 (= ${binary:Version}), ${misc:Depends},
@@ -21,7 +21,7 @@ Description: Development files for libshadertoy
  Development headers and documentation for libshadertoy
 
 Package: libshadertoy0
-Version: 0.0.4
+Version: 0.0.5
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Library for rendering ShaderToy programs using OpenGL