diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index b40ffe9a..bbf6fa48 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,20 @@
sc_usb_audio Change Log
=======================
+HEAD
+----
+ - RESOLVED: Build issue with CODEC_MASTER (xCore is I2S slave) enabled
+ - RESOLVED: Channel ordering issue in when TDM and CODEC_MASTER mode enabled
+
+6.11.0
+------
+ - ADDED: Basic TDM I2S functionality added. See I2S_CHANS_PER_FRAME and I2S_MODE_TDM
+ - CHANGE: Various optimisations in 'mixer' core to improve performance for higher
+ channel counts including the use of XC unsafe pointers instead of inline ASM
+ - CHANGE: Mixer mapping disabled when MAX_MIX_COUNT is 0 since this is wasted processing.
+ - CHANGE: Descriptor changes to allow for channel input/output channel count up to 32
+ (previous limit was 18)
+
6.10.0
------
- CHANGE: Endpoint management for iAP EA Native Transport now merged into buffer() core.
diff --git a/README.rst b/README.rst
index c81c5875..b556ea6d 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
USB Audio Shared
................
-:Latest release: 6.10.0alpha2
+:Latest release: 6.11.0alpha2
:Maintainer: xross
:Description: USB Audio Shared Components. For use in the XMOS USB Audio Refererence Designs.
diff --git a/module_dfu/.cproject b/module_dfu/.cproject
index bb778c83..da068095 100644
--- a/module_dfu/.cproject
+++ b/module_dfu/.cproject
@@ -156,11 +156,7 @@
@@ -270,8 +269,7 @@
@@ -390,8 +388,7 @@
-
-
+
diff --git a/xpd.xml b/xpd.xml
index 50ab0e65..25a5a992 100644
--- a/xpd.xml
+++ b/xpd.xml
@@ -20,8 +20,8 @@
+ module_queue
module_xassert
- module_queue
MIDI
@@ -78,7 +78,10 @@
-
+
+
+
+
XM-004720-SM
XMOS