diff --git a/README.html b/README.html
index 281145e..5a39bc4 100644
--- a/README.html
+++ b/README.html
@@ -15,8 +15,8 @@
-SoundTouch audio processing library v1.7.2 (developing)
-SoundTouch library Copyright © Olli Parviainen 2001-2013
+SoundTouch audio processing library v1.8.0
+SoundTouch library Copyright © Olli Parviainen 2001-2014
1. Introduction
SoundTouch is an open-source audio processing library that allows
@@ -33,7 +33,7 @@ same time
1.1 Contact information
Author email: oparviai 'at' iki.fi
-SoundTouch WWW page: http://www.surina.net/soundtouch
+SoundTouch WWW page: http://soundtouch.surina.net
2. Compiling SoundTouch
Before compiling, notice that you can choose the sample data format
@@ -513,9 +513,17 @@ and estimates the BPM rate:
5. Change History
5.1. SoundTouch library Change History
-1.7.2 (under work):
+1.8.0:
- - Added support for multi-channel audio processing
+
- Added support for multi-channel audio processing
+ - Added support for cubic and shannon interpolation for rate and pitch shift effects besides
+ the original linear interpolation, to reduce aliasing at high frequencies due to interpolation.
+ Cubic interpolation is used as default for floating point processing, and linear interpolation for integer
+ processing.
+ - Fixed bug in anti-alias filtering that limited stop-band attenuation to -10 dB instead of <-50dB, and
+ increased filter length from 32 to 64 taps to further reduce aliasing due to frequency folding.
+ - Performance improvements in cross-correlation algorithm
+ - Other bug and compatibility fixes
1.7.1: