File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
> This project uses [ Break Versioning] ( https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md ) as of ** Aug 16, 2014** .
2
2
3
+ ## v1.12.1 - 2018 Aug 4
4
+
5
+ ``` clojure
6
+ [com.taoensso/sente " 1.12.1" ]
7
+ ```
8
+
9
+ > This is a non-breaking maintenance release
10
+
11
+ * [ #323 ] ** Fix** : Work correctly with new versions of ` ring-anti-forgery ` (@timothypratley )
12
+
13
+
3
14
## v1.12.0 - 2017 Dec 10
4
15
5
16
``` clojure
Original file line number Diff line number Diff line change 4
4
** [ CHANGELOG] ** | [ API] | current [ Break Version] :
5
5
6
6
``` clojure
7
- [com.taoensso/sente " 1.12.0 " ] ; See CHANGELOG for details
7
+ [com.taoensso/sente " 1.12.1 " ] ; See CHANGELOG for details
8
8
```
9
9
10
10
[ ![ Dependencies Status] ( https://versions.deps.co/ptaoussanis/sente/status.svg )] ( https://versions.deps.co/ptaoussanis/sente )
@@ -61,7 +61,7 @@ So you can ignore the underlying protocol and deal directly with Sente's unified
61
61
Add the necessary dependency to your project:
62
62
63
63
``` clojure
64
- [com.taoensso/sente " 1.12.0 " ]
64
+ [com.taoensso/sente " 1.12.1 " ]
65
65
```
66
66
67
67
### On the server (Clojure) side
Original file line number Diff line number Diff line change 1
- (defproject com.taoensso /sente " 1.12.0 "
1
+ (defproject com.taoensso /sente " 1.12.1 "
2
2
:author " Peter Taoussanis <https://www.taoensso.com>"
3
3
:description " Realtime web comms for Clojure/Script"
4
4
:url " https://github.com/ptaoussanis/sente"
You can’t perform that action at this time.
0 commit comments