Skip to content

Commit ea08c72

Browse files
committed
Prepare 0.9.2 release
1 parent b092da5 commit ea08c72

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 0.9.2 - 2024-01-19
4+
### Changes
5+
- Fixed issue with Flows when reg-event-fx did not return a :db effect
6+
37
## 0.9.1 - 2023-12-12
48
### Changes
59
- Added logging to report errors that occur while calculating subscription [PR 28](https://github.com/htihospitality/re-dash/pull/28)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Then, add the `re-dash` dependency
4646
#### from clojars
4747

4848
```edn
49-
:deps {net.clojars.htihospitality/re-dash {:mvn/version "0.9.1"}}
49+
:deps {net.clojars.htihospitality/re-dash {:mvn/version "0.9.2"}}
5050
```
5151

5252
#### from a commit

build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
(:require [org.corfield.build :as bb]))
44

55
(def lib 'net.clojars.htihospitality/re-dash)
6-
(def version "0.9.1")
6+
(def version "0.9.2")
77

88
(defn test "Run the tests." [opts]
99
(bb/run-tests opts))

0 commit comments

Comments
 (0)