From 3720962039c3c556af8177e0a5d9be0e4ac1f7fb Mon Sep 17 00:00:00 2001 From: Pablo Herrero Date: Sun, 23 Jun 2024 19:01:16 -0300 Subject: [PATCH] Update release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e887e89..427b212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.12.1] - 2022-07-11 +## [0.12.1] - 2024-06-23 ### Added - Add support for pattern matching on `Result`, `State` and `Error` instances - Add `Pathway::Result::Mixin` to allow easy constant lookup for `Result::Success` and `Result::Failure`