Skip to content

Commit 5564834

Browse files
committed
v1.12.1
1 parent 3a6a752 commit 5564834

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
22
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+
314
## v1.12.0 - 2017 Dec 10
415

516
```clojure

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**[CHANGELOG]** | [API] | current [Break Version]:
55

66
```clojure
7-
[com.taoensso/sente "1.12.0"] ; See CHANGELOG for details
7+
[com.taoensso/sente "1.12.1"] ; See CHANGELOG for details
88
```
99

1010
[![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
6161
Add the necessary dependency to your project:
6262

6363
```clojure
64-
[com.taoensso/sente "1.12.0"]
64+
[com.taoensso/sente "1.12.1"]
6565
```
6666

6767
### On the server (Clojure) side

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso/sente "1.12.0"
1+
(defproject com.taoensso/sente "1.12.1"
22
:author "Peter Taoussanis <https://www.taoensso.com>"
33
:description "Realtime web comms for Clojure/Script"
44
:url "https://github.com/ptaoussanis/sente"

0 commit comments

Comments
 (0)