Skip to content

Commit

Permalink
Add release notes for 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Nov 9, 2022
1 parent ff189fe commit e858965
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,22 @@ var responseBodyStr = await httpResponseMessage.Content.ReadAsStringAsync();
var extInfo = JsonConvert.DeserializeObject<GetExtensionInfoResponse>(responseBodyStr);
```

## Release Notes

### 6.0.0

We have renamed all "glip" to "team-messaging". For example:

```cs
rc.Restapi().Glip().Chats().List();
```

Becomes:

```cs
rc.TeamMessaging().Chats().List();
```


## For maintainers

Expand Down

0 comments on commit e858965

Please sign in to comment.