- Implemented a new column cog menu, with options for sorting, counting distinct items and counting by values. [57](https://github.com/simonw/django-sql-dashboard/issues/57)
- Fixed bug where columns named after PostgreSQL reserved words (such as `on` or `group`) produced invalid suggested SELECT queries. [134](https://github.com/simonw/django-sql-dashboard/issues/134)
- New Docker Compose configuration to support Docker development environments. Thanks, Atul Varma. [128](https://github.com/simonw/django-sql-dashboard/issues/128)
- Admin change list view now only shows dashboards the user has permission to edit. Thanks, Atul Varma. [130](https://github.com/simonw/django-sql-dashboard/issues/130)