=== modified file 'doc/changes.rst'
@@ -1,6 +1,18 @@
Version History
***************
+.. _version_0_10:
+
+Version 0.10
+============
+* Introduce health check jobs
+ * These are defined on the device type and run when a board is put
+ online or when no health check job has run for 24 hours
+ * There are also views to just look at the health status of a board
+ or the lab as a whole.
+* The scheduler monitor is more reliably told where to log.
+* Make all tables paginated via server-side ajax magic.
+
.. _version_0_9:
Version 0.9
=== modified file 'lava_scheduler_app/__init__.py'
@@ -17,4 +17,4 @@
# along with LAVA Scheduler. If not, see <http://www.gnu.org/licenses/>.
-__version__ = (0, 9, 0, "final", 0)
+__version__ = (0, 10, 0, "final", 0)