Skip to content

Commit

Permalink
0.7.14 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Nov 7, 2018
1 parent ad5091b commit 79c73db
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
# 0.7.14 / 2018-11-07

### messaging-api-messenger

- [new] Add `skipAppSecretProof` option to `MessengerClient`:

```js
const client = MessengerClient.connect({
accessToken: ACCESS_TOKEN,
appSecret: APP_SECRET,
skipAppSecretProof: true,
});
```

# 0.7.13 / 2018-10-30

### messaging-api-messenger

- [new] Add `MessengerClient.appSecret` getter:

```js
const client = new MessengerClient({
const client = MessengerClient.connect({
appSecret: 'APP_SECRET',
});

Expand Down

0 comments on commit 79c73db

Please sign in to comment.