From b58c7207bb80a900f8db527bc847b4e0a8d49009 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Mon, 1 Jan 2024 21:58:55 -0500 Subject: [PATCH] 0.9.1 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 7aa0479..e61b24d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +0.9.1 / 2024-01-01 +================== * Fix incorrectly disallowing equals sign in cookie value diff --git a/package.json b/package.json index aa2eb96..29a9ce6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cookies", "description": "Cookies, optionally signed using Keygrip.", - "version": "0.9.0", + "version": "0.9.1", "author": "Jed Schmidt (http://jed.is)", "contributors": [ "Douglas Christopher Wilson "