summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changelog3
-rw-r--r--lib/version.rb2
2 files changed, 4 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 35c53aa..459f112 100644
--- a/Changelog
+++ b/Changelog
@@ -1,2 +1,5 @@
+2012-05-18 Jérémy Zurcher <jeremy@asynk.ch>
+ * first release : v0.0.2
+
2012-05-01 Jérémy Zurcher <jeremy@asynk.ch>
* Project creation
diff --git a/lib/version.rb b/lib/version.rb
index 4504564..7dd8ecf 100644
--- a/lib/version.rb
+++ b/lib/version.rb
@@ -21,7 +21,7 @@
#
module Iotas
#
- VERSION = "0.0.1"
+ VERSION = "0.0.2"
#
end
#