diff --git a/README.md b/README.md index b1a23633..70df8bc5 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,10 @@ Official .NET SDK for [Deepgram](https://www.deepgram.com/). Power your apps wit - [Live Audio Transcription Quickstart](#live-audio-transcription-quickstart) - [Example Code](#example-code) - [Logging](#logging) +- [Backwards Compatability](#backwards-compatibility) - [Development and Contributing](#development-and-contributing) - [Getting Help](#getting-help) +- [Backwards Compatibility](#backwards-compatibility) # Documentation @@ -210,6 +212,10 @@ To increase the logging output/verbosity for debug or troubleshooting purposes, Library.Initialize(LogLevel.Debug); ``` +# Backwards Compatibility + +Older SDK versions will receive Priority 1 (P1) bug support only. Security issues, both in our code and dependencies, are promptly addressed. Significant bugs without clear workarounds are also given priority attention. + # Development and Contributing Interested in contributing? We ❤️ pull requests!