From b707ecc942af76c74dda5f7123766802e133a512 Mon Sep 17 00:00:00 2001 From: "J. King" Date: Mon, 17 Jan 2022 19:31:06 -0500 Subject: [PATCH] Tag new version --- CHANGELOG | 6 ++++++ lib/Arsse.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 24312f2..7e32e04 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +Version 0.10.1 (2022-01-17) +=========================== + +Changes: +- Support PHP 8.1 + Version 0.10.0 (2021-07-11) =========================== diff --git a/lib/Arsse.php b/lib/Arsse.php index 9f826d0..c4cbcc8 100644 --- a/lib/Arsse.php +++ b/lib/Arsse.php @@ -7,7 +7,7 @@ declare(strict_types=1); namespace JKingWeb\Arsse; class Arsse { - public const VERSION = "0.10.0"; + public const VERSION = "0.10.1"; public const REQUIRED_EXTENSIONS = [ "intl", // as this extension is required to prepare formatted messages, its absence will throw a distinct English-only exception "dom",