From c8d27d878f4bfb71655e191f967a06981b181efd Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Sun, 6 Apr 2025 19:44:28 +0100 Subject: [PATCH] 3.2.2 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7a1717a..dbf2e223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.2-233] - 2025-04-06 + ### Added - Gemini 2.5 Pro model for ProxyAI users @@ -970,7 +972,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `OPENAI_API_KEY` persistence, key is saved in the OS password safe from now on -[Unreleased]: https://github.com/carlrobertoh/ProxyAI/compare/v3.2.1-233...HEAD +[Unreleased]: https://github.com/carlrobertoh/ProxyAI/compare/v3.2.2-233...HEAD +[3.2.2-233]: https://github.com/carlrobertoh/ProxyAI/compare/v3.2.1-233...v3.2.2-233 [3.2.1-233]: https://github.com/carlrobertoh/ProxyAI/compare/v3.2.0-233...v3.2.1-233 [3.2.0-233]: https://github.com/carlrobertoh/ProxyAI/compare/v3.1.1-233...v3.2.0-233 [3.1.1-233]: https://github.com/carlrobertoh/ProxyAI/compare/v3.1.0-233...v3.1.1-233