From 0503595f9ab5bfdef6c06c2d8c2712cb50213259 Mon Sep 17 00:00:00 2001 From: Ross Butler Date: Tue, 21 Feb 2023 18:05:48 +0000 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a1149..845db9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [1.2.0] - 2023-02-21 +### Changed +- `Configuration` objects may now be instantiated with either `URL` objects or `URLRequest` objects by using the relevant initializer. + ## [1.1.1] - 2022-03-20 ### Changed - Merged [PR #4](https://github.com/rwbutler/Hyperconnectivity/pull/4) to ensure that cached results are never used as part of connectivity checks. @@ -23,4 +27,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2020-05-08 ### Added -- Initial release. \ No newline at end of file +- Initial release.