diff --git a/public/img/blog/63/json_view.png b/public/img/blog/63/json_view.png
new file mode 100644
index 0000000..6d6d99f
Binary files /dev/null and b/public/img/blog/63/json_view.png differ
diff --git a/public/img/blog/63/new_dashboard.png b/public/img/blog/63/new_dashboard.png
new file mode 100644
index 0000000..aecba56
Binary files /dev/null and b/public/img/blog/63/new_dashboard.png differ
diff --git a/public/img/blog/63/test_panel.png b/public/img/blog/63/test_panel.png
new file mode 100644
index 0000000..c34b937
Binary files /dev/null and b/public/img/blog/63/test_panel.png differ
diff --git a/resources/blog.xml b/resources/blog.xml
index 566bbf9..025be5b 100644
--- a/resources/blog.xml
+++ b/resources/blog.xml
@@ -2,8 +2,80 @@
In the following list we cover all important features of this new release:
+ +We have added a new test panel at the development section which helps to test your API endpoints. If you run + the tests Fusio will invoke every API endpoint and check whether the response code matches and also that a schema + is defined and the returned response fits to the schema. You can also set parameters to invoke your operation. + All tests are executed under a transaction so that they have no direct side effect on your actual database.
+We have added a JSON button which allows you to view the raw JSON value of the underlying resource.
+We have added new statistics and updated the dashboard, it now includes the Test coverage, Most used activities, + Activities per user and User registrations. Please note that you also need to use the new backend app version if + you update Fusio.
+The id property of a success message at the SQL actions has changed from int to string so that it fits the schema.
+There was an error at the install.php script regarding the Fusio app installation which is now fixed
+The env command includes now also all scopes
+We fixed an error regarding the scope migration so that new scopes are now correctly added.
+If you want to provide some feedback take a look at our GitHub discussions or +issues page.
+ +Best regards
+Christoph