diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d48f86..84319ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.10.5] - 2026-01-07 +## [1.10.6] - 2026-01-08 ### Fixed @@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed `oidc_audience` (string) to `oidc_audiences` (list) - Now accepts tokens with audience: `core-api`, `tatlock-ui`, or `tatlock` - Fixes environment endpoint returning "default" user instead of authenticated username + - Fixed main.py to use `oidc_audiences[0]` for Swagger UI OAuth client + +### Changed + +- Documentation cleanup in README ## [1.10.4] - 2026-01-07 diff --git a/pyproject.toml b/pyproject.toml index 11f8bb1..4a960bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "core-api" -version = "1.10.5" +version = "1.10.6" description = "Core Code API - Infrastructure management and tools API" readme = "README.md" requires-python = ">=3.12"