From ab1c49aa9d8fe329fc54ba3afbc75cf1083ef0af Mon Sep 17 00:00:00 2001 From: Vlad Leonov Date: Wed, 28 Jun 2023 14:41:23 +1200 Subject: [PATCH] v3.2.1.0 --- DOCS/Changelog.md | 9 ++++++--- MAIN/app.json | 2 +- TEST/app.json | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/DOCS/Changelog.md b/DOCS/Changelog.md index c96153d..9e2bd6b 100644 --- a/DOCS/Changelog.md +++ b/DOCS/Changelog.md @@ -10,9 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased ### Fixed -- `The User does not exist. Identification fields and values: User Security ID='{00000000-0000-0000-0000-000000000001}'` fixed -- `Provider_FF_TSL(Table 70254346).ConnectionInfo operation exceeded time threshold (SQL query)` fixed [#12](https://github.com/thetanz/OpenFeature-al/issues/12) -- Failed to copy environment [#17](https://github.com/thetanz/OpenFeature-al/issues/17) +- ### Added - @@ -28,6 +26,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security - +## 3.2.1.0 - `2023-06-28` +### Fixed +- `The User does not exist. Identification fields and values: User Security ID='{00000000-0000-0000-0000-000000000001}'` fixed +- `Provider_FF_TSL(Table 70254346).ConnectionInfo operation exceeded time threshold (SQL query)` fixed [#12](https://github.com/thetanz/OpenFeature-al/issues/12) +- Failed to copy environment [#17](https://github.com/thetanz/OpenFeature-al/issues/17) ## 3.2.0.0 - `2023-06-08` ### Added - Catching `GetUserContext` response diff --git a/MAIN/app.json b/MAIN/app.json index 63ed797..8b5c3c0 100644 --- a/MAIN/app.json +++ b/MAIN/app.json @@ -2,7 +2,7 @@ "id": "c42f2379-d7b5-4378-8ce4-9bca293c6189", "name": "OpenFeature", "publisher": "Theta Systems Limited", - "version": "3.2.0.0", + "version": "3.2.1.0", "brief": "Feature Flagging / Toggling / Switching", "description": "Same as a brief one", "privacyStatement": "https://www.theta.co.nz/privacy-policy", diff --git a/TEST/app.json b/TEST/app.json index 58dc872..d68a067 100644 --- a/TEST/app.json +++ b/TEST/app.json @@ -2,7 +2,7 @@ "id": "9f917072-4ba0-4d01-abdc-417a006dbaf6", "name": "OpenFeature (TEST)", "publisher": "Theta Systems Limited", - "version": "3.2.0.0", + "version": "3.2.1.0", "brief": "Feature Flagging / Toggling / Switching", "description": "Same as a brief one", "privacyStatement": "https://www.theta.co.nz/contact-us/privacy-policy",