Skip to content

Commit

Permalink
Merge branch 'release-0.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasRychtecky committed Nov 12, 2018
2 parents 8c52c5f + 26373d4 commit 04f8280
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.4.1

#### Fixes

- Fixed selecting keys from request #18


## 0.4.0

#### Breaking
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Leiningen/Boot
--------------

```clojure
[rop "0.4.0"]
[rop "0.4.1"]
```


Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject rop "0.4.0"
(defproject rop "0.4.1"
:description "Yet another Railway Oriented Programming in Clojure"
:url "https://github.com/druids/rop"
:license {:name "MIT License"
Expand Down

0 comments on commit 04f8280

Please sign in to comment.