We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d62e18a commit 264dcc5Copy full SHA for 264dcc5
2 files changed
CHANGELOG.md
@@ -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
PUBLISH.md
@@ -13,7 +13,9 @@ git pull origin master
13
git fetch --tags
14
```
15
16
-3. Creating a new release is simple and bundled into a single make command. Use
+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
19
semantic versioning to determine whether a release should be one of the follow
20
version bumps:
21
- `patch`
0 commit comments