From 823afd9424234cbe0134051f09a6710e54509cec Mon Sep 17 00:00:00 2001 From: Ali Abrar Date: Thu, 28 Oct 2021 16:16:57 -0400 Subject: [PATCH] v0.8.2.0 --- ChangeLog.md | 2 +- reflex.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index f7ca5f55..a137d711 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,6 @@ # Revision history for reflex -## Unreleased +## 0.8.2.0 * Add `matchResponseMapWithRequests`, which it similar to `matchResponsesWithRequests` but allows processing of multiple responses at once. diff --git a/reflex.cabal b/reflex.cabal index 6362dfa0..d929f481 100644 --- a/reflex.cabal +++ b/reflex.cabal @@ -1,5 +1,5 @@ Name: reflex -Version: 0.8.1.1 +Version: 0.8.2.0 Synopsis: Higher-order Functional Reactive Programming Description: Interactive programs without callbacks or side-effects.