From 4dc1e121e9492a2578e5d04e15948b187f3f152e Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Sun, 6 Jan 2019 14:17:15 +0100 Subject: [PATCH] v2.15.0-alpha9 --- CHANGELOG.md | 8 +++++--- README.md | 2 +- project.clj | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d263115..694507f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,15 @@ > This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md) as of **Aug 16, 2014**. -## v2.15.0-alpha1 / 2018 Sep 8 +## v2.15.0-alpha9 / 2019 Jan 6 ```clojure -[com.taoensso/nippy "2.15.0-alpha1"] +[com.taoensso/nippy "2.15.0-alpha9"] ``` -> This is is a maintenance release, and should be non-breaking but **please report any problems** - thanks! +> This is a major feature release. It should be non-breaking but **please report any problems** - thanks! +* [#113 #114] **New**: Support object arrays (@isaksky) +* [#101] **Change**: Switch default encryptor from AES-CBC to AES-GCM (faster, includes integrity check) * **Impl**: Update a number of dependencies * **Impl**: Refactor encryption utils for extra flexibility in future diff --git a/README.md b/README.md index 9f687a0..774e179 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ```clojure [com.taoensso/nippy "2.14.0"] ; Stable -[com.taoensso/nippy "2.15.0-alpha3"] ; Dev, see CHANGELOG for details +[com.taoensso/nippy "2.15.0-alpha9"] ; Dev, 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 b1f7df3..e9edbc9 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/nippy "2.15.0-alpha4" +(defproject com.taoensso/nippy "2.15.0-alpha9" :author "Peter Taoussanis " :description "High-performance serialization library for Clojure" :url "https://github.com/ptaoussanis/nippy"