diff --git a/ApprovalTestsQt/ApprovalTestsQtVersion.h b/ApprovalTestsQt/ApprovalTestsQtVersion.h
index 30d9798..a4c2e74 100644
--- a/ApprovalTestsQt/ApprovalTestsQtVersion.h
+++ b/ApprovalTestsQt/ApprovalTestsQtVersion.h
@@ -2,8 +2,8 @@
#define APPROVAL_TESTS_QT_VERSION_MAJOR 0
#define APPROVAL_TESTS_QT_VERSION_MINOR 0
-#define APPROVAL_TESTS_QT_VERSION_PATCH 1
-#define APPROVAL_TESTS_QT_VERSION_STR "0.0.1"
+#define APPROVAL_TESTS_QT_VERSION_PATCH 2
+#define APPROVAL_TESTS_QT_VERSION_STR "0.0.2"
#define APPROVAL_TESTS_QT_VERSION \
(APPROVAL_TESTS_QT_VERSION_MAJOR * 10000 + APPROVAL_TESTS_QT_VERSION_MINOR * 100 + \
diff --git a/README.md b/README.md
index 500de88..52fb838 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ To change this file edit the source file and then execute ./run_markdown_templat
[![Actions Status](https://github.com/approvals/ApprovalTests.cpp.Qt/workflows/build/badge.svg)](https://github.com/approvals/ApprovalTests.cpp.Qt/actions)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
-Download the latest version (v.0.0.1) of the **single header file** here.
+Download the latest version (v.0.0.2) of the **single header file** here.
## Contents
@@ -84,7 +84,7 @@ QImage image(10, 20, QImage::Format_RGB32);
image.fill(Qt::red);
ApprovalTestsQt::verifyQImage(image);
```
-snippet source | anchor
+snippet source | anchor
### Verifying a QTableView, e.g. QTableWidget
@@ -98,5 +98,5 @@ QTableWidget tableWidget;
populateTable(tableWidget);
ApprovalTestsQt::verifyQTableView(tableWidget);
```
-snippet source | anchor
+snippet source | anchor
diff --git a/build/release_notes/relnotes_0.0.2.md b/build/release_notes/relnotes_0.0.2.md
new file mode 100644
index 0000000..9696d20
--- /dev/null
+++ b/build/release_notes/relnotes_0.0.2.md
@@ -0,0 +1,12 @@
+
+
+* **Breaking changes**
+ * None
+* **New features**
+ * Compatible with ApprovalTests.cpp v.10.0.1 (with Options)
+ * Add ability to detect library version in code (#4)
+ * Add simulated single header to allow building from clone or fork (#5)
+* **Bug fixes**
+ * None
+* **Other changes**
+ * None
diff --git a/build/relnotes_x.y.z.md b/build/relnotes_x.y.z.md
index a07f981..43aa5f8 100644
--- a/build/relnotes_x.y.z.md
+++ b/build/relnotes_x.y.z.md
@@ -3,9 +3,7 @@
* **Breaking changes**
* None
* **New features**
- * Compatible with ApprovalTests.cpp v.10.0.1 (with Options)
- * Add ability to detect library version in code (#4)
- * Add simulated single header to allow building from clone or fork (#5)
+ * None
* **Bug fixes**
* None
* **Other changes**
diff --git a/build/version.ini b/build/version.ini
index 281a262..b0b3dbb 100644
--- a/build/version.ini
+++ b/build/version.ini
@@ -1,5 +1,5 @@
[VERSION]
major = 0
minor = 0
-patch = 1
+patch = 2
diff --git a/doc/Features.md b/doc/Features.md
index 3580420..689b049 100644
--- a/doc/Features.md
+++ b/doc/Features.md
@@ -15,11 +15,19 @@ To change this file edit the source file and then execute ./run_markdown_templat
## Contents
* [v.x.y.z](#vxyz)
+ * [v.0.0.2](#v002)
+ * [ApprovalTests.cpp.v.10.0.1 (with Options)](#approvaltestscppv1001-with-options)
* [v.0.0.1](#v001)
* [First release.](#first-release)
## v.x.y.z
+## v.0.0.2
+
+### ApprovalTests.cpp.v.10.0.1 (with Options)
+
+ApprovalTests.cpp.v.10.0.1 is now supported.
+
## v.0.0.1
### First release.
diff --git a/doc/mdsource/Features.source.md b/doc/mdsource/Features.source.md
index ce441d3..fac148f 100644
--- a/doc/mdsource/Features.source.md
+++ b/doc/mdsource/Features.source.md
@@ -8,6 +8,8 @@ toc
## v.x.y.z
+## v.0.0.2
+
### ApprovalTests.cpp.v.10.0.1 (with Options)
ApprovalTests.cpp.v.10.0.1 is now supported.
diff --git a/mdsource/README.source.md b/mdsource/README.source.md
index 267cfa1..c9c6df6 100644
--- a/mdsource/README.source.md
+++ b/mdsource/README.source.md
@@ -8,7 +8,7 @@
[![Actions Status](https://github.com/approvals/ApprovalTests.cpp.Qt/workflows/build/badge.svg)](https://github.com/approvals/ApprovalTests.cpp.Qt/actions)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
-Download the latest version (v.0.0.1) of the **single header file** here.
+Download the latest version (v.0.0.2) of the **single header file** here.
toc