Skip to content

Commit 611a208

Browse files
bors[bot]Emilgardis
andcommitted
Merge #83
83: release v0.6.1 r=Emilgardis a=Emilgardis v0.6.1 [Commits](Emilgardis/twitch_oauth2@v0.6.0...v0.6.1) ### Added * Added new scopes `moderator:manage:automod_settings`, `moderator:manage:banned_users`, `moderator:manage:blocked_terms`, `moderator:manage:chat_settings`, `moderator:read:automod_settings`, `moderator:read:blocked_terms` and `moderator:read:chat_settings` Co-authored-by: Emil Gardström <emil.gardstrom@gmail.com>
2 parents 7c1ed8c + e9e841d commit 611a208

File tree

6 files changed

+103
-111
lines changed

6 files changed

+103
-111
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [windows-latest, ubuntu-latest]
24-
rust: [1.51, nightly]
24+
rust: [1.60, nightly]
2525
runs-on: ${{ matrix.os }}
2626
steps:
2727
- name: Checkout

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
## [Unreleased] - ReleaseDate
66

7-
[Commits](https://github.com/Emilgardis/twitch_oauth2/compare/v0.6.0...Unreleased)
7+
[Commits](https://github.com/Emilgardis/twitch_oauth2/compare/v0.6.1...Unreleased)
8+
9+
## [v0.6.1] - 2021-11-23
10+
11+
[Commits](https://github.com/Emilgardis/twitch_oauth2/compare/v0.6.0...v0.6.1)
812

913
### Added
1014

0 commit comments

Comments
 (0)