Bump to version 0.9.12.
diff --git a/README.md b/README.md
index 41d505f..7dc9a6a 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,11 @@
 
 ## Version History / Release Notes
 
+* v0.9.12 (2023-01-02)
+    * Fix GitHub Actions config file to no longer test against
+      Python 3.6 or 3.7. For now we will only test against an
+      "oldest" release (3.8 in this case) and a "current"
+      release (3.11 in this case).
 * v0.9.11 (2023-01-02)
     * [GitHub issue #60](https://github.com/dpranke/pyjson5/issues/60)
       Fixed minor Python2 compatibility issue by referring to
diff --git a/json5/version.py b/json5/version.py
index 8d5c7b5..9fc3844 100644
--- a/json5/version.py
+++ b/json5/version.py
@@ -12,4 +12,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-VERSION = '0.9.11'
+VERSION = '0.9.12'