From ddd81dd3ec9f2443821e06778a1a2ead992aeee9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 23 Jun 2020 18:13:25 +0000 Subject: [PATCH] Chore: Release 2.12.0 # [2.12.0](https://github.com/puppetlabs/horsehead/compare/v2.11.1...v2.12.0) (2020-06-23) ### feat * Use token-based auth with Intercom ([ff10479de6353a81a17cd05e5f1a3d607d8e1be7](https://github.com/puppetlabs/horsehead/commit/ff10479de6353a81a17cd05e5f1a3d607d8e1be7)) ### New * Use access token authentication with Intercom ([e27685d22582529a0ee71253b0eb9a9add3b3010](https://github.com/puppetlabs/horsehead/commit/e27685d22582529a0ee71253b0eb9a9add3b3010)) --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8ea18a..f2a0704 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [2.12.0](https://github.com/puppetlabs/horsehead/compare/v2.11.1...v2.12.0) (2020-06-23) + + +### feat + +* Use token-based auth with Intercom ([ff10479de6353a81a17cd05e5f1a3d607d8e1be7](https://github.com/puppetlabs/horsehead/commit/ff10479de6353a81a17cd05e5f1a3d607d8e1be7)) + +### New + +* Use access token authentication with Intercom ([e27685d22582529a0ee71253b0eb9a9add3b3010](https://github.com/puppetlabs/horsehead/commit/e27685d22582529a0ee71253b0eb9a9add3b3010)) + ## [2.11.1](https://github.com/puppetlabs/horsehead/compare/v2.11.0...v2.11.1) (2020-06-23)