summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changelog4
-rw-r--r--lib/version.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 459f112..1c22e70 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,7 @@
+2012-05-24 Jérémy Zurcher <jeremy@asynk.ch>
+ * release : 0.0.3
+ * change routing algo, use Spin@world hash when door is not found locally
+
2012-05-18 Jérémy Zurcher <jeremy@asynk.ch>
* first release : v0.0.2
diff --git a/lib/version.rb b/lib/version.rb
index 7dd8ecf..08434d2 100644
--- a/lib/version.rb
+++ b/lib/version.rb
@@ -21,7 +21,7 @@
#
module Iotas
#
- VERSION = "0.0.2"
+ VERSION = "0.0.3"
#
end
#