v0.11.0

mahimailabs/voicegatewayv0.11.0Jun 29, 2026by mahimairaja

AI Summary

Rebrands the dashboard, logo, and documentation to a teal color scheme with light and dark mode accents.

Key Highlights

  • Teal rebrand of the dashboard, logo, and docs
  • Light and dark mode accents

New Features

  • Teal rebrand

Full Release Notes

## Docker Images

Published to Docker Hub:

- `mahimairaja/voicegateway:0.11.0`
- `mahimairaja/voicegateway:latest`
- `mahimairaja/voicegateway-dashboard:0.11.0`
- `mahimairaja/voicegateway-dashboard:latest`

Built for `linux/amd64` and `linux/arm64`.

## Quick Start

```bash
docker run -p 8080:8080 \
  -v $(pwd)/voicegw-data:/data \
  mahimairaja/voicegateway:0.11.0
```

See [docs.voicegateway.dev](https://docs.voicegateway.dev) for full documentation.


## What's Changed
* feat(brand): teal rebrand of the dashboard, logo, and docs accent (light + dark) by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/57


**Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.10.0...v0.11.0