diff --git a/CHANGELOG.md b/CHANGELOG.md index e5ee6e4..ac5241f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ > This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**. +## v2.14.0 / 2017 Dec 21 + +```clojure +[com.taoensso/nippy "2.14.0"] +``` + +> This is a minor, non-breaking maintenance release. + +* **Impl**: Update a number of dependencies +* [#104] **Impl**: Micro-optimization: remove unnecessary runtime 'if' in extend-freeze macro (@scramjet) +* [#93] **Impl**: Pickup record redefinitions at REPL, etc. (@smee) + ## v2.13.0 / 2017 Feb 13 ```clojure diff --git a/README.md b/README.md index 7ef51a2..248b30d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ **[CHANGELOG]** | [API] | current [Break Version]: ```clojure -[com.taoensso/nippy "2.13.0"] ; Please see CHANGELOG for details +[com.taoensso/nippy "2.13.0"] ; Mature (most stable) +[com.taoensso/nippy "2.14.0"] ; Latest (please see CHANGELOG for details) ``` > Please consider helping to [support my continued open-source Clojure/Script work]? diff --git a/project.clj b/project.clj index 2f5ffb5..b5d3b75 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/nippy "2.13.0" +(defproject com.taoensso/nippy "2.14.0" :author "Peter Taoussanis " :description "High-performance serialization library for Clojure" :url "https://github.com/ptaoussanis/nippy"