Skip to content

Commit

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

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

* **Hotfix**: add missing `event?` alias

## v1.8.0 - 2016 Feb 16

> This is a major **non-breaking** feature release, enjoy! :-)
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.8.0"] ; Stable
[com.taoensso/sente "1.8.1"] ; Stable
```

# Sente
Expand Down Expand Up @@ -53,7 +53,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.8.0"]
[com.taoensso/sente "1.8.1"]
```

### On the server (Clojure) side
Expand Down
4 changes: 2 additions & 2 deletions example-project/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso.examples/sente "1.8.0"
(defproject com.taoensso.examples/sente "1.8.1"
:description "Sente, reference web-app example project"
:url "https://github.com/ptaoussanis/sente"
:license {:name "Eclipse Public License"
Expand All @@ -17,7 +17,7 @@
[org.clojure/core.async "0.2.374"]
[org.clojure/tools.nrepl "0.2.12"] ; Optional, for Cider

[com.taoensso/sente "1.8.0"] ; <--- Sente
[com.taoensso/sente "1.8.1"] ; <--- Sente
[com.taoensso/timbre "4.3.1"]

;;; ---> Choose (uncomment) a supported web server <---
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.8.0"
(defproject com.taoensso/sente "1.8.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 a884c90

Please sign in to comment.