diff --git a/DOCS/Changelog.md b/DOCS/Changelog.md index c81f98f..f89717d 100644 --- a/DOCS/Changelog.md +++ b/DOCS/Changelog.md @@ -13,10 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ### Added -- `PostHogProvider_FF_TSL`.`OnBeforeSendRequest` event to enable PostHog Service mocking from a test app +- ### Changed -- Validate flags on demand for a background session [#21](https://github.com/thetanz/OpenFeature-al/issues/21) +- ### Deprecated - @@ -26,6 +26,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security - +## 3.4.0.0 - `2023-07-23` +### Added +- `PostHogProvider_FF_TSL`.`OnBeforeSendRequest` event to enable PostHog Service mocking from a test app +### Changed +- Validate flags on demand for a background session [#21](https://github.com/thetanz/OpenFeature-al/issues/21) ## 3.3.0.0 - `2023-07-13` ### Fixed - Extension somehow breaks other extensions install [#18](https://github.com/thetanz/OpenFeature-al/issues/18) diff --git a/MAIN/app.json b/MAIN/app.json index 5482fe9..bbba33c 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.3.0.0", + "version": "3.4.0.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 90850d8..5a9a573 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.3.0.0", + "version": "3.4.0.0", "brief": "Feature Flagging / Toggling / Switching", "description": "Same as a brief one", "privacyStatement": "https://www.theta.co.nz/contact-us/privacy-policy", @@ -27,7 +27,7 @@ "id": "c42f2379-d7b5-4378-8ce4-9bca293c6189", "publisher": "Theta Systems Limited", "name": "OpenFeature", - "version": "3.3.0.0" + "version": "3.4.0.0" } ], "screenshots": [],