aether-auth 0.1.4

OAuth credential storage and authorization flows for the Aether AI agent framework
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.4]https://github.com/contextbridge/aether/compare/aether-auth-v0.1.3...aether-auth-v0.1.4 - 2026-05-31

### Other

- update Cargo.toml dependencies

## [0.1.3]https://github.com/contextbridge/aether/compare/aether-auth-v0.1.2...aether-auth-v0.1.3 - 2026-05-18

### Other

- update Cargo.toml dependencies

## [0.1.2]https://github.com/contextbridge/aether/compare/aether-auth-v0.1.1...aether-auth-v0.1.2 - 2026-05-15

### Fixed

- *(mcp)* populate token_received_at in MCP credential store to enable rmcp refresh ([#72]https://github.com/contextbridge/aether/pull/72)

## [0.1.1]https://github.com/contextbridge/aether/compare/aether-auth-v0.1.0...aether-auth-v0.1.1 - 2026-05-15

### Fixed

- *(llm)* Refresh Codex auth tokens ([#59]https://github.com/contextbridge/aether/pull/59)
- *(aether-auth)* Do not overwrite refresh tokens with None if we already have a refresh token stored ([#55]https://github.com/contextbridge/aether/pull/55)