Skip to content

Commit

Permalink
Prepare 0.9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wkok committed Jan 19, 2024
1 parent b092da5 commit ea08c72
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.9.2 - 2024-01-19
### Changes
- Fixed issue with Flows when reg-event-fx did not return a :db effect

## 0.9.1 - 2023-12-12
### Changes
- Added logging to report errors that occur while calculating subscription [PR 28](https://github.com/htihospitality/re-dash/pull/28)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Then, add the `re-dash` dependency
#### from clojars

```edn
:deps {net.clojars.htihospitality/re-dash {:mvn/version "0.9.1"}}
:deps {net.clojars.htihospitality/re-dash {:mvn/version "0.9.2"}}
```

#### from a commit
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(:require [org.corfield.build :as bb]))

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

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

0 comments on commit ea08c72

Please sign in to comment.