@@ -1,3 +1,15 @@
+v0.3.0 / 2016-12-7
+=================
+- add unit tests for core & neurons
+- add CI (Travis)
+- refactor Event manager
+- support installation with setup.py
+- support pip installation
+- fix ansible_playbook neuron
+- add rss_reader neuron
+- review settings and brain file loading
+
v0.2 / 2016-11-21
=================
@@ -1,2 +1,2 @@
# https://www.python.org/dev/peps/pep-0440/
-version_str = "0.3"
+version_str = "0.3.0"