diff --git a/CHANGELOG.md b/CHANGELOG.md index 34e43d4..d340697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,9 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`): ## [Unreleased] +## [0.1.6] - 2026-02-27 +* Fix --proxy_options to use flags.DEFINE_list by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/191 + ## [0.1.5] - 2026-02-27 * Refactor: Simplify Elasticity Manager to focus on slice availability. by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/167 * Make Pathways proxy server image user-configurable by @copybara-service[bot] in https://github.com/AI-Hypercomputer/pathways-utils/pull/159 diff --git a/pathwaysutils/__init__.py b/pathwaysutils/__init__.py index 81d0427..1d8a56e 100644 --- a/pathwaysutils/__init__.py +++ b/pathwaysutils/__init__.py @@ -20,4 +20,4 @@ del _initialize # When changing this, also update the CHANGELOG.md. -__version__ = "v0.1.5" +__version__ = "v0.1.6"