diff --git a/ElevenLabs-DotNet/ElevenLabs-DotNet.csproj b/ElevenLabs-DotNet/ElevenLabs-DotNet.csproj
index f7bb30c..cebac9a 100644
--- a/ElevenLabs-DotNet/ElevenLabs-DotNet.csproj
+++ b/ElevenLabs-DotNet/ElevenLabs-DotNet.csproj
@@ -14,8 +14,10 @@
RageAgainstThePixel
2023
ElevenLabs, AI, ML, Voice, TTS
- 1.2.0
- Version 1.2.0
+ 1.2.1
+ Version 1.2.1
+- Updated docs
+Version 1.2.0
- Added ability to create voice from Id
- Refactored internal extension classes
- Fixed auth parsing
diff --git a/README.md b/README.md
index 6b86c83..25fae29 100644
--- a/README.md
+++ b/README.md
@@ -185,6 +185,8 @@ var clipPath = await api.TextToSpeechEndpoint.TextToSpeechAsync(text, voice, def
Console.WriteLine(clipPath);
```
+> Note, only a single audio clip is created per text string. If you'd like to get different variations of the audio, you'll need to pass in `deleteCachedFile: true`.
+
### [Voices](https://api.elevenlabs.io/docs#/voices)
Access to voices created either by the user or ElevenLabs.