Skip to content

Commit

Permalink
v1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Aug 4, 2018
1 parent 3a6a752 commit 5564834
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**.
## v1.12.1 - 2018 Aug 4

```clojure
[com.taoensso/sente "1.12.1"]
```

> This is a non-breaking maintenance release
* [#323] **Fix**: Work correctly with new versions of `ring-anti-forgery` (@timothypratley)


## v1.12.0 - 2017 Dec 10

```clojure
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**[CHANGELOG]** | [API] | current [Break Version]:

```clojure
[com.taoensso/sente "1.12.0"] ; See CHANGELOG for details
[com.taoensso/sente "1.12.1"] ; See CHANGELOG for details
```

[![Dependencies Status](https://versions.deps.co/ptaoussanis/sente/status.svg)](https://versions.deps.co/ptaoussanis/sente)
Expand Down Expand Up @@ -61,7 +61,7 @@ So you can ignore the underlying protocol and deal directly with Sente's unified
Add the necessary dependency to your project:

```clojure
[com.taoensso/sente "1.12.0"]
[com.taoensso/sente "1.12.1"]
```

### On the server (Clojure) side
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 com.taoensso/sente "1.12.0"
(defproject com.taoensso/sente "1.12.1"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Realtime web comms for Clojure/Script"
:url "https://github.com/ptaoussanis/sente"
Expand Down

0 comments on commit 5564834

Please sign in to comment.