diff --git a/CHANGELOG.md b/CHANGELOG.md index 9637928..6a5f7f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.13.0 - 2018 Aug 4 + +```clojure +[com.taoensso/sente "1.13.0"] +``` + +> This is a maintenance release, should be non-breaking in most cases + +* Updated all dependencies + + ## v1.12.1 - 2018 Aug 4 ```clojure diff --git a/README.md b/README.md index 1c13464..69118c8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **[CHANGELOG]** | [API] | current [Break Version]: ```clojure -[com.taoensso/sente "1.12.1"] ; See CHANGELOG for details +[com.taoensso/sente "1.13.0"] ; See CHANGELOG for details ``` [![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 Add the necessary dependency to your project: ```clojure -[com.taoensso/sente "1.12.1"] +[com.taoensso/sente "1.13.0"] ``` ### On the server (Clojure) side diff --git a/project.clj b/project.clj index c6fe542..e642815 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/sente "1.12.1" +(defproject com.taoensso/sente "1.13.0" :author "Peter Taoussanis " :description "Realtime web comms for Clojure/Script" :url "https://github.com/ptaoussanis/sente"