Skip to content

Commit e542238

Browse files
authored
Merge pull request #13 from osodevops/release/v0.2.4
Release v0.2.4
2 parents abfd90c + 913176f commit e542238

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.2.4 - 2026-06-04
4+
5+
### Changed
6+
7+
- Reduced the default delegated Graph login scopes by removing `ChannelMessage.Read.All`.
8+
- Updated `auth consent-url` and `auth doctor` to emit Microsoft identity platform v2 admin consent URLs with explicit scopes and redirect URI diagnostics.
9+
- Documented the channel-message read consent path separately from the default chat/message send workflow.
10+
311
## v0.2.3 - 2026-05-26
412

513
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "teams-cli"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2021"
55
rust-version = "1.75"
66
license = "MIT"

tests/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fn version_flag_works() {
3939
.arg("--version")
4040
.assert()
4141
.success()
42-
.stdout(predicate::str::contains("0.2.3"));
42+
.stdout(predicate::str::contains(env!("CARGO_PKG_VERSION")));
4343
}
4444

4545
#[test]

0 commit comments

Comments
 (0)