sp-rand: add a changelog file, note the 0.2.0 release.

Change-Id: I5b8df18cc02cc34dd34d234d3f300ce586173ad4
diff --git a/tools/sp-rand/.editorconfig b/tools/sp-rand/.editorconfig
index 4f290cc..678e583 100644
--- a/tools/sp-rand/.editorconfig
+++ b/tools/sp-rand/.editorconfig
@@ -7,6 +7,10 @@
 insert_final_newline = true
 charset = utf-8
 
+[*.md]
+indent_style = space
+indent_size = 2
+
 [*.py]
 indent_style = space
 indent_size = 4
diff --git a/tools/sp-rand/CHANGES.md b/tools/sp-rand/CHANGES.md
new file mode 100644
index 0000000..fe7c232
--- /dev/null
+++ b/tools/sp-rand/CHANGES.md
@@ -0,0 +1,15 @@
+# Change log for sp-rand, the OpenStack CI clean-up tool
+
+## 0.2.0 (2022-06-24)
+
+- Clean iSCSI volume data (exports and target records) up, too.
+- Reformat the source code:
+  - use black 22 (no changes)
+  - bump the line length to 100 characters
+- Add an EditorConfig definitions file.
+- Refactor the cleanup test routines.
+- Refactor the main cleanup function, breaking it into separate ones.
+
+## 0.1.0 (sometime in 2020... I guess)
+
+- First internal release.