Found it! The updated demo app has a call to install the usb device driver right before calling USB_Class_CDC_Init()
if (MQX_OK != _usb_device_driver_install(USBCFG_DEFAULT_DEVICE_CONTROLLER))
{
printf("Driver could not be installed\n");
return;
}
I missed any mention of this in the release notes but it appears to be working now.