From 486ce2f385989fe72edcb34de7dcad135b7b1b6f Mon Sep 17 00:00:00 2001 From: Reid Morrison Date: Sun, 11 Nov 2018 13:04:52 -0500 Subject: [PATCH] Update Changelog [ci skip] --- .travis.yml | 3 +++ CHANGELOG.md | 15 +++++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d919dd0..f899f66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,9 @@ matrix: - rvm: 2.6.0-preview1 - rvm: jruby-9.2.3.0 +jdk: +- openjdk10 + services: - mongodb diff --git a/CHANGELOG.md b/CHANGELOG.md index c3f5f93..108035f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,20 @@ # Change Log -## [v4.1.0](https://github.com/rocketjob/symmetric-encryption/tree/HEAD) +## [v4.1.3](https://github.com/rocketjob/symmetric-encryption/tree/v4.1.3) -[Full Changelog](https://github.com/rocketjob/symmetric-encryption/compare/v4.0.0...v4.1.0) +**Closed issues:** + +- Rails: Accessing the decrypted attribute corrupts the encrypted attribute content [\#108](https://github.com/rocketjob/symmetric-encryption/issues/108) +- Issues with named parameters for generate CLI command [\#106](https://github.com/rocketjob/symmetric-encryption/issues/106) +- Unable to use --rotate-keys generated from v3.8.3 in v4.0.0 [\#95](https://github.com/rocketjob/symmetric-encryption/issues/95) + +**Merged pull requests:** + +- Fix run\_rotate\_keys [\#111](https://github.com/rocketjob/symmetric-encryption/pull/111) ([viniciusnz](https://github.com/viniciusnz)) +- Prevent encrypted attribute corruption when using None-encoder [\#109](https://github.com/rocketjob/symmetric-encryption/pull/109) ([gr8bit](https://github.com/gr8bit)) +- Fixed issues with named parameters as part of the generate CLI command. [\#107](https://github.com/rocketjob/symmetric-encryption/pull/107) ([rmorlok](https://github.com/rmorlok)) +## [v4.1.0](https://github.com/rocketjob/symmetric-encryption/tree/v4.1.0) **Closed issues:** - Cipher with version:1 not found in any of the configured SymmetricEncryption ciphers [\#103](https://github.com/rocketjob/symmetric-encryption/issues/103)