From 497062a3e9bed9d0068b36b4424945e2b1c7e010 Mon Sep 17 00:00:00 2001 From: Aidan Casey Date: Mon, 14 Sep 2020 09:50:58 -0400 Subject: [PATCH] Added HttpClientFactory to close #11 --- .github/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index d30ad2f..a498aa4 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added +- HttpClientFactory for creating Guzzle http clients + ## [v1.0.3] - 2020-09-08 ### Added