diff --git a/README.html b/README.html
index 36447ed..84a5345 100644
--- a/README.html
+++ b/README.html
@@ -8,10 +8,13 @@
+
-SoundTouch audio processing library v2.1
+SoundTouch audio processing library v2.1.1
SoundTouch library Copyright © Olli Parviainen 2001-2018
1. Introduction
@@ -572,6 +575,13 @@ this corresponds to lowering the pitch by -0.318 semitones:
5. Change History
5.1. SoundTouch library Change History
+ 2.1.1:
+
+ - Bugfixes: Fixed potential buffer overwrite bugs in WavFile routines. Replaced asserts with runtime exceptions.
+ - Android: Migrated the SoundTouch Android example to new Android Studio
+ - Automake: unset ACLOCAL in bootstrap script in case earlier build script has set it
+
+
2.1:
- Refactored C# interface example
@@ -862,6 +872,7 @@ submitted bugfixes:
- Miquel Colon
- Jim Credland
- Sandro Cumerlato
+ - Gerry Fan
- Justin Frankel
- Masa H.
- Jason Garland
@@ -907,6 +918,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
---
commercial license alternative also available, contact author for details.
-README.html file updated in September-2018
+README.html file updated in November-2018