From 37c7286d92b598bf0a60492f611fc2bca2f54a6a Mon Sep 17 00:00:00 2001 From: Rhys Powell Date: Tue, 7 Mar 2023 16:56:37 +1100 Subject: [PATCH] update release notes --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84bf055..61d3b2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,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). +## [v1.1.0] - 2023-03-7 + +- Rename `URLSession.data(for:)` to `URLSession.response(for:)` +- Add new JSON convenience constructors that take the response type as an explicit argument + ## [v1.0.0] - 2022-09-13 - First stable release @@ -45,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release of the library +[v1.1.0]: https://github.com/rhysforyou/Superhighway/compare/1.0.0...1.1.0 [v1.0.0]: https://github.com/rhysforyou/Superhighway/compare/0.5.1...1.0.0 [v0.5.1]: https://github.com/rhysforyou/Superhighway/compare/0.5.0...0.5.1 [v0.5.0]: https://github.com/rhysforyou/Superhighway/compare/0.4.0...0.5.0