From c89ff2e03473e9346f91d798f5f78e74cf954905 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Mon, 25 Jul 2016 09:36:31 -0700 Subject: [PATCH] upgraded encryption --- Ent-Changes.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Ent-Changes.md b/Ent-Changes.md index 0472b4c2..34d4990c 100644 --- a/Ent-Changes.md +++ b/Ent-Changes.md @@ -3,13 +3,17 @@ Sidekiq Enterprise Changelog Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy. +1.3.2 +------------- + +- Upgrade encryption to use OpenSSL's more secure GCM mode. [#3060] + 1.3.1 ------------- - Fix multi-process memory monitoring on CentOS 6.x [#3063] - Polish the new encryption feature a bit. - 1.3.0 -------------