diff --git a/clients/dart/switchkeys/CHANGELOG.md b/clients/dart/switchkeys/CHANGELOG.md index ed5c279..1af6c98 100644 --- a/clients/dart/switchkeys/CHANGELOG.md +++ b/clients/dart/switchkeys/CHANGELOG.md @@ -1,8 +1,16 @@ # SwitchKeys Changelog +## Version 1.1.1 + +## What's Changed (1.1.1) + +* feat: Added TS example runner. by @Mahmoud-Emad in + +**Full Changelog**: + ## Version 1.1.0 -## What's Changed +## What's Changed (1.1.0) * Updated the TSClient with some bug fixes and features by @Mahmoud-Emad in * Development backend v0.2.0 by @Mahmoud-Emad in @@ -22,7 +30,7 @@ ## Version 1.0.8 -### 1.0.8 Features +### What's Changed (1.0.8) * Updated the request/response of adding/getting user features * Commented un-needed caller for now diff --git a/clients/dart/switchkeys/README.md b/clients/dart/switchkeys/README.md index 17af209..4038779 100644 --- a/clients/dart/switchkeys/README.md +++ b/clients/dart/switchkeys/README.md @@ -8,7 +8,7 @@ To install the SwitchKeys Dart client, add it as a dependency to your Dart proje ```yaml dependencies: - switchkeys: ^1.1.0 + switchkeys: ^1.1.1 ``` Then, run the following command in your terminal to fetch the package: @@ -61,7 +61,7 @@ The SwitchKeys Dart Client allows you to manage organizations within the SwitchK ### Creating an Organization -```typescript +```dart // ------------------------------------------------------------------------ // Creating a new organization // ------------------------------------------------------------------------ diff --git a/clients/dart/switchkeys/pubspec.yaml b/clients/dart/switchkeys/pubspec.yaml index 2648584..ab63338 100644 --- a/clients/dart/switchkeys/pubspec.yaml +++ b/clients/dart/switchkeys/pubspec.yaml @@ -1,6 +1,6 @@ name: switchkeys description: Streamline feature flag management. Effortlessly toggle features for A/B testing, phased rollouts & rapid experimentation. Drive innovation with ease. -version: 1.1.0 +version: 1.1.1 repository: https://github.com/Mahmoud-Emad/Switchkeys environment: