Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Apr 9, 2022
1 parent ea884b8 commit e307886
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Get 0.x

## Get 0.7.0

*Apr 9, 2022*

- Add `baseURL` client configuration option. Deprecate `host`, `port`, and `isInsercure`.

Usage:

```swift
APIClient(baseURL: URL(string: "https://api.github.com))
```
## Get 0.6.0
*Apr 3, 2022*
Expand Down

0 comments on commit e307886

Please sign in to comment.