Skip to content

Commit 264dcc5

Browse files
authored
Add CHANGELOG.md, update it for 3.0 major release (plaid#123)
1 parent d62e18a commit 264dcc5

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 3.0.0
2+
- Adds support for `/sandbox/item/set_verification_status`
3+
- `PaymentRecipientAddress` can now be null
4+
- Removed support for deprecated `/item/access_token/update_version` endpoint
5+
6+
BREAKING CHANGES:
7+
8+
- Removed `client.UpdateAccessTokenVersion`
9+
- `PaymentRecipientAddress` can now be null

PUBLISH.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ git pull origin master
1313
git fetch --tags
1414
```
1515

16-
3. Creating a new release is simple and bundled into a single make command. Use
16+
3. Create and merge a PR to update `CHANGELOG.md`
17+
18+
4. Creating a new release is simple and bundled into a single make command. Use
1719
semantic versioning to determine whether a release should be one of the follow
1820
version bumps:
1921
- `patch`

0 commit comments

Comments
 (0)