From 810073cb3bc9ea7bd88f10f45f5c877261e4f134 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Tue, 10 Apr 2018 19:01:27 +0200 Subject: [PATCH] Add issue numbers to 0.8.0 changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e28590..fb0b758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ## 0.8.0 [unreleased] * **[breaking]** Removed support for `HTTPVaultConnectorFactory#withSslContext()` in favor of `#withTrustedCA()` due to -refactoring of the internal SSL handling. -* [improvement] `VaultConnector` extends `java.io.Serializable` -* [deprecation] `VaultConnectorFactory` is deprecated in favor of `VaultConnectorBuilder` with identical API. +refactoring of the internal SSL handling (#17) +* [improvement] `VaultConnector` extends `java.io.Serializable` (#19) +* [deprecation] `VaultConnectorFactory` is deprecated in favor of `VaultConnectorBuilder` with identical API (#18) ## 0.7.1 [2018-03-17] * [improvement] Added automatic module name for JPMS compatibility