Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 28, 2023
2 parents 7992136 + ab1c49a commit 91d843d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions DOCS/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Fixed
<!---for any bug fixes--->
- `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
<!---for new features--->
-
Expand All @@ -28,6 +26,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security
<!---in case of vulnerabilities--->
-
## 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
Expand Down
2 changes: 1 addition & 1 deletion MAIN/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion TEST/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 91d843d

Please sign in to comment.