Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysforyou committed Mar 7, 2023
1 parent 7817a3f commit 37c7286
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 37c7286

Please sign in to comment.