test/spec.txt: Upgrade to spec version 0.31.2. It's essentially same as 0.31 and 0.31.1, it only fixes release date metadata in the spec.txt file. Also fix link in CHANGELOG.md accordingly.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e523741..0ea025b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,7 +19,7 @@ Changes:
updated, namely a tag `<source>` has been removed, whereas `<search>`
added.
- Refer to [CommonMark 0.31](https://spec.commonmark.org/0.31/) for full
+ Refer to [CommonMark 0.31.2](https://spec.commonmark.org/0.31.2/) for full
specification.
Fixes:
diff --git a/test/spec.txt b/test/spec.txt
index 2442d81..f1fab28 100644
--- a/test/spec.txt
+++ b/test/spec.txt
@@ -1,8 +1,8 @@
---
title: CommonMark Spec
author: John MacFarlane
-version: '0.31.1'
-date: '2021-06-19'
+version: '0.31.2'
+date: '2024-01-28'
license: '[CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)'
...