Skip to content

Commit

Permalink
List changes made in version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejpedzich committed Nov 8, 2021
1 parent 945a8b1 commit 0bc0e8b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.2.0

- Add a `Client#getHosts` method for obtaining a list of hosts matching specified `mode` and `public` criteria
- Create `Host`, `GetHostsQueryParams`, `GetHostsPayload` interfaces
- Rename `AuthSuccessBody` interface to `AuthPayload`
- Change `Client#authPersonal` method, so that it takes a single `AuthPersonalCredentials` object argument, instead of three separate `email`, `password` and `tfa` strings

## 0.1.3

- Fix accidentally publishing a codeless package via Github Actions workflow
Expand Down

0 comments on commit 0bc0e8b

Please sign in to comment.