From 7772f54fcce7c7759f6ba677a26ea37633d8dd30 Mon Sep 17 00:00:00 2001 From: Peter Solnica Date: Sat, 28 May 2022 10:29:21 +0200 Subject: [PATCH] Update changelog.yml --- changelog.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.yml b/changelog.yml index 2c3bda17..626b494a 100644 --- a/changelog.yml +++ b/changelog.yml @@ -1,7 +1,7 @@ --- -- version: unreleased +- version: 1.8.1 summary: - date: + date: '2022-05-28' fixed: - "Raise an InvalidKeyErrors on substring of valid keys (issue #705 fixed via #706) (@MatElGran)" - "Using `rule(:arr).each { .. }` doesn't crash when `:arr` turns out to be `nil` (issue #708 fixed via #709) (@bautrey37)"