Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit b901cd7

Browse files
committed
Bump version num & finalize new changelog section
1 parent 4493010 commit b901cd7

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
55

66
## [Unreleased]
77
### Added
8-
- New methods for requesting raw `Data` response to allow for using alternative decoding methods such as [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON): `performRawDataRequest(AndWait)` (classic approach), `rawDataPublisher` (Combine) and `rawDataResponse` (Swift concurrency).
8+
- None.
99
### Changed
1010
- None.
1111
### Deprecated
@@ -17,6 +17,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1717
### Security
1818
- None.
1919

20+
## [0.7.0] - 2021-10-14
21+
### Added
22+
- New methods for requesting raw `Data` response to allow for using alternative decoding methods such as [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON): `performRawDataRequest(AndWait)` (classic approach), `rawDataPublisher` (Combine) and `rawDataResponse` (Swift concurrency).
23+
2024
## [0.6.1] - 2021-10-14
2125
### Changed
2226
- Made the `baseUrl` parameter of `ApiProvider` editable.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
alt="codebeat badge">
1414
</a>
1515
<a href="https://github.com/Flinesoft/HandySwift/releases">
16-
<img src="https://img.shields.io/badge/Version-0.6.1-blue.svg"
17-
alt="Version: 0.6.1">
16+
<img src="https://img.shields.io/badge/Version-0.7.0-blue.svg"
17+
alt="Version: 0.7.0">
1818
<img src="https://img.shields.io/badge/Swift-5.4-FFAC45.svg"
1919
alt="Swift: 5.4">
2020
<img src="https://img.shields.io/badge/Platforms-Apple%20%7C%20Linux-FF69B4.svg"

0 commit comments

Comments
 (0)