=== modified file 'doc/changes.rst'
@@ -1,7 +1,23 @@
Version History
***************
-.. _version_0_3.3:
+.. _version_0_4:
+
+Version 0.4
+===========
+* new lttng test from Avik Sil
+* Add wifi tests from rsalveti
+* New bluetooth enablement tests from rsalveti
+* New leb basic graphics tests from rsalveti
+* change logging level default so that it is not so spammy
+
+.. _version_0_3_4:
+
+Version 0.3.4
+=============
+* Fix exception handler for RegistryProvider._fill_cache()
+
+.. _version_0_3_3:
Version 0.3.3
=============
@@ -10,7 +26,7 @@
* Fix bug 898092 - More detail error messages when parsing the out of tree json file
* Added some documentation for many of the testsuites
-.. _version_0_3.2:
+.. _version_0_3_2:
Version 0.3.2
=============
=== modified file 'lava_test/__init__.py'
@@ -13,4 +13,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-__version__ = (0, 3, 4, "final", 0)
+__version__ = (0, 4, 0, "final", 0)