Skip to content

Commit

Permalink
Merge pull request #378 from PermanentOrg/add_v0.8.0_changelog
Browse files Browse the repository at this point in the history
Release v0.8.0
  • Loading branch information
liam-lloyd authored Aug 28, 2024
2 parents c81254c + b37d38f commit 2d54d2e
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 @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.0] - 2024-08-28
## Changed
- BREAKING CHANGE: All functions now take either one or two arguments. The first argument is always the `ClientConfig`
object. The second argument, if it is present, is always an object containing the rest of the parameters for the
function. Documentation describing each function and its inputs has been added in API.md.

## [0.7.0] - 2024-02-23
## Added
- The `updateShareLink` function now exists
Expand Down

0 comments on commit 2d54d2e

Please sign in to comment.