diff --git a/CHANGELOG.md b/CHANGELOG.md index cb9cf3a..4ddffcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.5.0 + +* Enhancement: Backend now utilizes [hiera-eyaml](https://github.com/voxpupuli/hiera-eyaml) to decrypt data. + ## 3.4.0 * Enhancement: Backend now utilizes Hiera's context.interpolate function to add interpolation of values in results. diff --git a/metadata.json b/metadata.json index 38aae51..1e4b627 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "crayfishx-hiera_http", - "version": "3.4.0", + "version": "3.5.0", "author": "Craig Dunn", "summary": "Hiera 5 backend to query data lookups over HTTP", "license": "Apache 2.0",