From 1e7cbbb74e326f889bd9a06d03d8e438aeeda364 Mon Sep 17 00:00:00 2001 From: rathnapandi Date: Fri, 12 Jul 2024 10:51:14 -0700 Subject: [PATCH] [skip ci] update changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 844dee45c..2019ba61f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [1.14.5] 2024-07-12 ## Fixed -- Outside environment variables should not affect tests (See issue [#488](https://github.com/Axway-API-Management-Plus/apim-cli/issues/469)) -- API deployment does not set new auth basic password (See issue [#481](https://github.com/Axway-API-Management-Plus/apim-cli/issues/467)) +- Outside environment variables should not affect tests (See issue [#488](https://github.com/Axway-API-Management-Plus/apim-cli/issues/488)) +- API deployment does not set new auth basic password (See issue [#481](https://github.com/Axway-API-Management-Plus/apim-cli/issues/481)) +- Issue on Windows where exporting all Applications (See issue [#483](https://github.com/Axway-API-Management-Plus/apim-cli/issues/483)) ### Added - Support May 2024 APIM Release (See issue [#486](https://github.com/Axway-API-Management-Plus/apim-cli/issues/461))