Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.1.2](https://github.com/source-cooperative/source-coop-cli/compare/v0.1.1...v0.1.2) (2026-06-26)


### Bug Fixes

* always send STS requests to the proxy's /.sts endpoint ([99d254a](https://github.com/source-cooperative/source-coop-cli/commit/99d254a1fa45d5c7c7568aaa7d8de8f6663ba61f))
* correct prod OAuth client ID ([49aff3a](https://github.com/source-cooperative/source-coop-cli/commit/49aff3aa0bc207026fe45899441031ff6fb09a19))
* correct staging data-proxy host and role-ARN default ([1726a99](https://github.com/source-cooperative/source-coop-cli/commit/1726a99d732980b95d957186bc27effddec5d62a))
* correct staging OAuth client ID ([f2341b6](https://github.com/source-cooperative/source-coop-cli/commit/f2341b6fef71415707e15a8cac1a4eddd414e025))
* correct staging OAuth client ID ([1d4bd68](https://github.com/source-cooperative/source-coop-cli/commit/1d4bd68f0876bc4909863879062f05475314b0d6))

## [0.1.1](https://github.com/source-cooperative/source-coop-cli/compare/v0.1.0...v0.1.1) (2026-03-06)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "source-coop-cli"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "CLI for Source Cooperative — OIDC login and STS credential exchange"
Expand Down
Loading