From baa413224d48a194f2e273d8852ee477a5c8f760 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 5 Nov 2019 21:13:02 +0000 Subject: [PATCH] Chore: Release 2.3.0 # [2.3.0](https://github.com/puppetlabs/horsehead/compare/v2.2.0...v2.3.0) (2019-11-05) ### Update * Add support for specifying the sensitivity to use to encode errors in httputil/api ([0da358bb55d6306c14e0058fb729df6b38dd63dd](https://github.com/puppetlabs/horsehead/commit/0da358bb55d6306c14e0058fb729df6b38dd63dd)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c8e182..71759ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.3.0](https://github.com/puppetlabs/horsehead/compare/v2.2.0...v2.3.0) (2019-11-05) + + +### Update + +* Add support for specifying the sensitivity to use to encode errors in httputil/api ([0da358bb55d6306c14e0058fb729df6b38dd63dd](https://github.com/puppetlabs/horsehead/commit/0da358bb55d6306c14e0058fb729df6b38dd63dd)) + # [2.2.0](https://github.com/puppetlabs/horsehead/compare/v2.1.2...v2.2.0) (2019-10-25)